zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 2c2c91eb018b803010d66aa57b0ae811eee9ad49
parent 9f6a9e22d4d146e2279cace545390534da181a72
Author: Katja (zaphyra) <git@ctu.cx>
Date: Mon, 9 Jun 2025 18:54:16 +0200

config/home/zaphyra/programs/ssh: add `serverAliveInterval`
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/programs/ssh.nix b/config/home/zaphyra/programs/ssh.nix
@@ -13,6 +13,8 @@
     controlMaster = "auto";
     controlPersist = "2m";
 
+    serverAliveInterval = 30;
+
     matchBlocks = {
       "zaphyra-git" = {
         user = "git";