add pam ulimit config

This commit is contained in:
cswimr 2025-01-13 15:45:07 -06:00
parent 9caba70a4e
commit fecb385fe7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -129,6 +129,16 @@
enableSSHSupport = true;
};
# PAM modules
security.pam = {
loginLimits = [{
domain = "*";
type = "soft";
item = "nofile";
value = 8192;
}];
};
# List services that you want to enable:
# Enable the OpenSSH daemon.