nixos/willem/programs/ssh.nix

6 lines
98 B
Nix
Raw Permalink Normal View History

2024-02-16 13:59:46 +01:00
{
programs.ssh.startAgent = true;
programs.ssh.extraConfig = ''
AddKeysToAgent yes
'';
}