diff --git a/home/default.nix b/home/default.nix index e77b0ff..f4c6ec1 100644 --- a/home/default.nix +++ b/home/default.nix @@ -101,6 +101,8 @@ in { ssh = { enable = true; includes = ["~/.ssh/config.local"]; + serverAliveInterval = 30; + serverAliveCountMax = 10; matchBlocks."*".user = "samw"; }; };