increase systemd NOFILE

This commit is contained in:
2024-11-03 12:05:29 -06:00
parent d91ec72fcf
commit 20d7abf52d
4 changed files with 368 additions and 122 deletions

View File

@@ -52,6 +52,7 @@
displayManager.enable = true;
};
systemd.extraConfig = "DefaultLimitNOFILE=2048";
environment.sessionVariables = {
WLR_BACKENDS = "headless";
@@ -225,7 +226,7 @@
traefik.enable = true;
authentik.enable = true;
#authentik.enable = true;
gitlab.enable = false;
};