about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 866a46ad..c4f555ce 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -84,7 +84,9 @@
   };
 
   nix = {
-    maxJobs = lib.mkDefault 8;
+    settings = {
+      maxJobs = lib.mkDefault 8;
+    };
   };
 
   i18n = {