nixos: set ClientAliveInterval for sshd

This commit is contained in:
2026-04-18 18:01:54 -04:00
parent 7e87923148
commit e846acfbef
+4 -1
View File
@@ -100,7 +100,10 @@ in
};
services = {
openssh.enable = true;
openssh = {
enable = true;
settings.ClientAliveInterval = 300;
};
};
virtualisation.podman.enable = true;