Keychain: remove deprecated agents

This commit is contained in:
Filippo Berto 2025-06-03 16:39:34 +02:00
parent 88915ab583
commit c6e15f1893
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -2,10 +2,6 @@
programs.keychain = {
enable = true;
keys = [ "id_ed25519" ];
agents = [
"gpg"
"ssh"
];
enableBashIntegration = true;
enableZshIntegration = true;
enableXsessionIntegration = true;