aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/compile.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/compile.nix b/nixos/modules/compile.nix
index 18ff6f5..929b373 100644
--- a/nixos/modules/compile.nix
+++ b/nixos/modules/compile.nix
@@ -15,7 +15,7 @@ with lib; {
config = mkIf config.cynerd.compile {
nix.settings = {
- max-jobs = 32;
+ max-jobs = mkDefault 32;
cores = 0;
};