Fix SSH config for new module

This commit is contained in:
Greg Hellings
2025-09-16 09:52:12 -05:00
parent d100f804df
commit e6d4bf0cdf
+1 -1
View File
@@ -9,7 +9,6 @@
};
programs.ssh = {
enable = true;
serverAliveInterval = 60;
includes = [ "config.local" ];
@@ -27,6 +26,7 @@
"*" = {
dynamicForwards = [ { port = 10240; } ];
serverAliveInterval = 60;
extraOptions.LogLevel = "error";
};