summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-01-06 22:46:24 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2026-01-06 22:46:24 +0100
commit9e57a000d5351cf97ca7fdf0647cf6a23ee63223 (patch)
treec350dbfd301070b5873288368f1cd89eb35919be
parentd48e225421986a77408538f58c21890fd8000320 (diff)
backups: fix ssh configuration
-rw-r--r--config/backups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/backups.nix b/config/backups.nix
index 5f7dd53..b25f18d 100644
--- a/config/backups.nix
+++ b/config/backups.nix
@@ -17,7 +17,7 @@ in
programs.ssh.extraConfig = ''
Host ${host}
User hephaistos
- ServerAliveInternal 60
+ ServerAliveInterval 60
ServerAliveCountMax 240
'';