Fix SSH config for new module
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
};
|
};
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
serverAliveInterval = 60;
|
|
||||||
|
|
||||||
includes = [ "config.local" ];
|
includes = [ "config.local" ];
|
||||||
|
|
||||||
@@ -27,6 +26,7 @@
|
|||||||
|
|
||||||
"*" = {
|
"*" = {
|
||||||
dynamicForwards = [ { port = 10240; } ];
|
dynamicForwards = [ { port = 10240; } ];
|
||||||
|
serverAliveInterval = 60;
|
||||||
extraOptions.LogLevel = "error";
|
extraOptions.LogLevel = "error";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user