global/ssh: setup ssh-agent, remove keychain
This commit is contained in:
parent
e6e80da7e3
commit
a87c2cacff
2 changed files with 3 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
controlMaster = "auto";
|
||||
controlPersist = "1m";
|
||||
matchBlocks = {
|
||||
|
@ -10,4 +11,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue