mirror of https://git.jolheiser.com/dotnix.git
parent
76ee3c3eef
commit
5ca06a9ac7
|
@ -3,6 +3,9 @@
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
includes = [ config.age.secrets.ssh-config.path ];
|
||||
extraConfig = ''
|
||||
IdentitiesOnly yes
|
||||
'';
|
||||
};
|
||||
services.ssh-agent.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue