all repos — nixfiles @ 8c271afbfc4788ee5f0691c5c596804cc657d42e

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

marvin: remove unnecessary definition of SSH_AUTH_SOCK

Alan Pearce
commit

8c271afbfc4788ee5f0691c5c596804cc657d42e

parent

825d7537892c89cc93197a8ca10f769f59381220

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

changed files
M system/marvin.nixsystem/marvin.nix
@@ -45,10 +45,6 @@ ];
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;