default match block

This commit is contained in:
John Lancaster
2025-12-18 08:53:21 -06:00
parent c442e84e11
commit a7eebbc8c8

View File

@@ -11,9 +11,18 @@
{ {
"*" = { "*" = {
user = "john"; user = "john";
forwardAgent = true;
serverAliveInterval = 60; # From the help text about the deprecation of the default config:
serverAliveCountMax = 2; forwardAgent = false;
addKeysToAgent = "no";
compression = false;
serverAliveInterval = 0;
serverAliveCountMax = 3;
hashKnownHosts = false;
userKnownHostsFile = "~/.ssh/known_hosts";
controlMaster = "no";
controlPath = "~/.ssh/master-%r@%n:%p";
controlPersist = "no";
}; };
} }
(lib.mkIf (config.profile == "personal") { (lib.mkIf (config.profile == "personal") {