From 19f0cd622be74ce13bf496c9c9263d87c8cee086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 10 Jun 2025 11:30:36 +0200 Subject: [PATCH] Set ssh option ServerAliveInterval --- home/ssh/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/ssh/config.nix b/home/ssh/config.nix index e918fb3..1e55f5e 100644 --- a/home/ssh/config.nix +++ b/home/ssh/config.nix @@ -19,6 +19,7 @@ in programs.ssh = { enable = true; controlMaster = "auto"; + serverAliveInterval = 30; matchBlocks = { "bmo.uio.no-on-eduroam" = (