nixpkgs update fixes
This commit is contained in:
parent
f4727ae80a
commit
905ec5f625
3 changed files with 2 additions and 3 deletions
|
@ -140,7 +140,7 @@ in {
|
|||
'';
|
||||
|
||||
# Allows more open files, useful for sync software and some other stuff
|
||||
systemd.extraConfig = "DefaultLimitNOFILE=1048576";
|
||||
systemd.settings.Manager.DefaultLimitNOFILE = "1048576";
|
||||
security.pam.loginLimits = [
|
||||
# Allows more open files, useful for sync software and some other stuff
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue