nixos: set ClientAliveInterval for sshd
This commit is contained in:
+4
-1
@@ -100,7 +100,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh.enable = true;
|
openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings.ClientAliveInterval = 300;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.podman.enable = true;
|
virtualisation.podman.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user