diff options
| -rw-r--r-- | config/backups.nix | 2 |
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 ''; |
