Enable mosh on all servers

For times when I have to connect over cellular
This commit is contained in:
Eli Ribble 2025-10-01 15:15:45 +00:00
parent e3cb729e42
commit 443af99364

View file

@ -23,6 +23,7 @@
download-buffer-size = 524288000;
experimental-features = [ "nix-command" "flakes" ];
};
programs.mosh.enable = true;
security.pam.loginLimits = [{
domain = "*";
type = "soft";