mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 15:46:12 +01:00
ssh auth fix
This commit is contained in:
@@ -144,6 +144,15 @@
|
||||
"pkcs11"
|
||||
];
|
||||
};
|
||||
|
||||
#programs.keychain = {
|
||||
# enable = true;
|
||||
# enableZshIntegration = true;
|
||||
# keys = [
|
||||
# "id_rsa"
|
||||
# ];
|
||||
# enableXsessionIntegration = true;
|
||||
#};
|
||||
|
||||
systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user