diff --git a/flakes/common/hm_modules/ssh.nix b/flakes/common/hm_modules/ssh.nix index fe33b623..bc0b0355 100644 --- a/flakes/common/hm_modules/ssh.nix +++ b/flakes/common/hm_modules/ssh.nix @@ -56,7 +56,7 @@ in user = "josh"; extraOptions = { "PubkeyAcceptedKeyTypes" = "ssh-ed25519"; - "ServerAliveInterval" = 60; + "ServerAliveInterval" = "60"; "IPQoS" = "throughput"; }; };