global/keychain: properly defer to existing ssh-agent
This commit is contained in:
parent
918c2ea08b
commit
405249dec4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
programs.keychain = {
|
||||
enable = true;
|
||||
inheritType = "any";
|
||||
extraFlags = [ "--quiet" "--dir ${config.xdg.configHome}/keychain" ];
|
||||
extraFlags = [ "--quiet" "--quick" "--systemd" "--dir ${config.xdg.configHome}/keychain" "--agents \"\"" ];
|
||||
keys = [ "id_ed25519" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue