about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-01-30 15:11:08 +0000
committerdevhell <devhell@mailfresser.de>2022-01-30 15:11:08 +0000
commit2332e49b29528325ad1ff2bc0a279275c08ea266 (patch)
tree97dd343cf4222563c5033040438953ec141fce37 /machines/devhell
parent20ee65d79602b6412994dc52907715b274daeebe (diff)
machines/herja: Up maxJobs to 16
Dunno why it was at 8, but 16 is what it should be.
Diffstat (limited to 'machines/devhell')
-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;
     };
   };