fix: update NOFILE limit in systemd and PAM configurations
Increased the file descriptor limit (NOFILE) from 32000 to 32768 in systemd and PAM settings. This adjustment aligns system limits with higher resource demands.
This commit is contained in:
parent
d2f9061752
commit
707550547e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ with lib.metacfg;
|
|||
|
||||
services.trezord.enable = true;
|
||||
|
||||
systemd.user.extraConfig = "DefaultLimitNOFILE=32000";
|
||||
systemd.user.extraConfig = "DefaultLimitNOFILE=32768";
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{ domain = "*"; item = "nofile"; type = "-"; value = "32768"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue