From 76e18cffd04b20e9aa353df24f34cb7fceb6257f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 11 Nov 2024 22:13:27 +0100 Subject: marvin: switch back to ssh keys in secure enclave --- system/marvin.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system') 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; -- cgit 1.4.1