Use secretive agent for SSH

This commit is contained in:
2026-03-29 13:48:58 +02:00
parent 58fb358955
commit 8c375d0a99

View File

@@ -11,6 +11,12 @@
vlc-bin
];
programs.zsh.envExtra = ''
# Blocked on https://github.com/overhacked/ssh-agent-mux/issues/56
# export SSH_AUTH_SOCK=~/.ssh/ssh-agent-mux.sock
export SSH_AUTH_SOCK=~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
'';
nixpkgs.config.allowUnfree = true;
programs.vscode.enable = true;
}