disable ssh.forwardAgent and addKeysToAgent as defaults

This commit is contained in:
Emile Clark-Boman 2025-07-29 16:16:14 +10:00
parent 8661d198b2
commit fe2a8f6837

View file

@ -93,8 +93,8 @@
# for that you need to use `services.ssh-agent.enable`
ssh = {
enable = true;
forwardAgent = true;
addKeysToAgent = "yes"; # always add keys to ssh-agent
forwardAgent = false;
addKeysToAgent = "no";
matchBlocks = {
hyrule = {