about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/herja.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 866a46ad..5e58fb80 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -83,8 +83,8 @@
     cpuFreqGovernor = "powersave";
   };
 
-  nix = {
-    maxJobs = lib.mkDefault 8;
+  nix.settings = {
+    max-jobs = lib.mkDefault 16;
   };
 
   i18n = {