all repos — nixfiles @ 76e18cffd04b20e9aa353df24f34cb7fceb6257f

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

marvin: switch back to ssh keys in secure enclave

Alan Pearce
commit

76e18cffd04b20e9aa353df24f34cb7fceb6257f

parent

0c702c1ea19484f07996d98b608090989701fd23

1 file changed, 1 insertion(+), 13 deletions(-)

changed files
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -118,19 +118,7 @@ stat = "stat -x";
}; programs.ssh.extraConfig = '' - IdentityAgent "~/.strongbox/agent.sock" - ''; - - home.activation.linkStrongboxSSHAgentSocket = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - if [[ ! -d ~/.strongbox ]] - then - $DRY_RUN_CMD mkdir ~/.strongbox - fi - if [[ ! -S ~/.strongbox/agent.sock ]] - then - $DRY_RUN_CMD ln -s $VERBOSE_ARG \ - ~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ~/.strongbox/agent.sock - fi + IdentityAgent ~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh ''; # Use GPG from GPGTools