mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
hosts: increase file limit further
This commit is contained in:
@@ -45,12 +45,20 @@
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
# Increase open file limit for sudoers
|
||||
security.pam.loginLimits = [{
|
||||
domain = "@wheel";
|
||||
item = "nofile";
|
||||
type = "soft";
|
||||
value = "16384";
|
||||
}];
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "@wheel";
|
||||
item = "nofile";
|
||||
type = "soft";
|
||||
value = "524288";
|
||||
}
|
||||
{
|
||||
domain = "@wheel";
|
||||
item = "nofile";
|
||||
type = "hard";
|
||||
value = "1048576";
|
||||
}
|
||||
];
|
||||
|
||||
system.stateVersion = lib.mkDefault "22.05";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user