This commit is contained in:
Bart van der Braak 2024-10-21 16:37:47 +02:00
parent ef2ec2d704
commit eb03cea175

View file

@ -32,7 +32,7 @@
"electron-27.3.11"
];
# SSH agent configurations
# SSH agent configuration
programs.ssh.startAgent = true;
programs.ssh.extraConfig = ''
Host *
@ -40,4 +40,8 @@
ServerAliveInterval 60
ServerAliveCountMax 3
'';
# GPG agent configuration
programs.gnupg.agent.enable = true;
programs.gnupg.dirmngr.enable = true;
}