1
mirror of https://github.com/wlcx/home.git synced 2026-03-07 14:33:13 +00:00

ssh: squish warning

This commit is contained in:
Sam W 2026-02-27 18:22:24 +00:00
parent ac362b6667
commit ad60d86c53

View File

@ -107,11 +107,14 @@ in
ssh = {
enable = true;
enableDefaultConfig = false;
package = pkgs.openssh; # Use modern ssh
includes = [ "~/.ssh/config.local" ];
matchBlocks."*" = {
user = "samw";
serverAliveInterval = 30;
serverAliveCountMax = 10;
compression = true;
};
};
};