From 8a343a60d403851e58d26588de6f05cc45a34396 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 4 Jan 2026 17:33:55 -0600 Subject: [PATCH] fix ssh config; --- flakes/common/hm_modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; };