about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/herja.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index c4f555ce..ddb4e678 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -85,7 +85,7 @@
 
   nix = {
     settings = {
-      maxJobs = lib.mkDefault 8;
+      maxJobs = lib.mkDefault 16;
     };
   };