modules/nixos/builder: increase open file limit
This commit is contained in:
parent
820fdb8fd1
commit
357d8bc162
1 changed files with 5 additions and 0 deletions
|
@ -4,4 +4,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.gc.dates = "hourly";
|
nix.gc.dates = "hourly";
|
||||||
|
|
||||||
|
# Bump the open files limit so that non-root users can run NixOS VM tests
|
||||||
|
security.pam.loginLimits = [
|
||||||
|
{ domain = "*"; item = "nofile"; type = "-"; value = "20480"; }
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue