Keychain: remove deprecated agents
This commit is contained in:
parent
88915ab583
commit
c6e15f1893
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@
|
||||||
programs.keychain = {
|
programs.keychain = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keys = [ "id_ed25519" ];
|
keys = [ "id_ed25519" ];
|
||||||
agents = [
|
|
||||||
"gpg"
|
|
||||||
"ssh"
|
|
||||||
];
|
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
enableXsessionIntegration = true;
|
enableXsessionIntegration = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue