all repos — nixfiles @ 76e18cffd04b20e9aa353df24f34cb7fceb6257f

System and user configuration, managed by nix and home-manager

marvin: switch back to ssh keys in secure enclave

Alan Pearce
commit

76e18cffd04b20e9aa353df24f34cb7fceb6257f

parent

0c702c1ea19484f07996d98b608090989701fd23

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M system/marvin.nixsystem/marvin.nix
@@ -14,6 +14,10 @@ services.activate-system.enable = true;
environment.variables.LANG = "en_GB.UTF-8"; + launchd.user.envVariables = { + SSH_AUTH_SOCK = "/Users/alan/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh"; + }; + # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog system.stateVersion = 4;