diff --git a/modules/system/base.nix b/modules/system/base.nix index 383a27c..8da89ff 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -23,6 +23,7 @@ download-buffer-size = 524288000; experimental-features = [ "nix-command" "flakes" ]; }; + programs.mosh.enable = true; security.pam.loginLimits = [{ domain = "*"; type = "soft";