diff --git a/hosts/quitte/configuration.nix b/hosts/quitte/configuration.nix index 32c369e..2516a8d 100644 --- a/hosts/quitte/configuration.nix +++ b/hosts/quitte/configuration.nix @@ -37,6 +37,12 @@ type = "hard"; value = "2000"; } + { + domain = "@nixbld"; + item = "nproc"; + type = "hard"; + value = "10000"; + } ]; # Enable the OpenSSH daemon. services.openssh.enable = true;