nixpkgs update fixes

This commit is contained in:
notgne2 2025-08-05 10:59:58 -07:00
parent f4727ae80a
commit 905ec5f625
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -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
{