ssh auth fix

This commit is contained in:
2024-04-26 23:44:35 +02:00
parent 9034e79cf4
commit 1f64cdebb6
4 changed files with 21 additions and 2 deletions

View File

@@ -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";