diff options
Diffstat (limited to 'system/marvin.nix')
-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; |