diff options
author | Alan Pearce | 2024-11-11 22:13:27 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-12 15:14:37 +0100 |
commit | 76e18cffd04b20e9aa353df24f34cb7fceb6257f (patch) | |
tree | 4aa7b3ca59b61a37b4d2913863b78147136e4532 /system | |
parent | 0c702c1ea19484f07996d98b608090989701fd23 (diff) | |
download | nixfiles-76e18cffd04b20e9aa353df24f34cb7fceb6257f.tar.lz nixfiles-76e18cffd04b20e9aa353df24f34cb7fceb6257f.tar.zst nixfiles-76e18cffd04b20e9aa353df24f34cb7fceb6257f.zip |
marvin: switch back to ssh keys in secure enclave
Diffstat (limited to 'system')
-rw-r--r-- | system/marvin.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/marvin.nix b/system/marvin.nix index 68caa190..e2a1e4e5 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -14,6 +14,10 @@ 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; |