Add keys to ssh agent
This commit is contained in:
parent
7a2058269a
commit
fe04c01bd8
1 changed files with 3 additions and 0 deletions
3
ssh.nix
3
ssh.nix
|
@ -2,5 +2,8 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
AddKeysToAgent yes
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue