diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 6ce2948..9b3435c 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -120,6 +120,8 @@ trusted-users = [ "@wheel" ]; + max-jobs = 2; + cores = 8; }; gc = { automatic = true;