Set ssh option ServerAliveInterval
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m3s
Periodic flake update / flake-update (push) Successful in 2m14s

This commit is contained in:
Torjus Håkestad 2025-06-10 11:30:36 +02:00
parent db24652f75
commit 19f0cd622b

View File

@ -19,6 +19,7 @@ in
programs.ssh = { programs.ssh = {
enable = true; enable = true;
controlMaster = "auto"; controlMaster = "auto";
serverAliveInterval = 30;
matchBlocks = { matchBlocks = {
"bmo.uio.no-on-eduroam" = ( "bmo.uio.no-on-eduroam" = (