marvin: switch back to ssh keys in secure enclave
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M system/marvin.nix → system/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;