nixos/dafoe/programs/ssh.nix
2024-11-06 14:03:40 +01:00

6 lines
No EOL
98 B
Nix
Executable file

{
programs.ssh.startAgent = true;
programs.ssh.extraConfig = ''
AddKeysToAgent yes
'';
}