about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-02-01 13:12:00 +0000
committerdevhell <devhell@mailfresser.de>2022-02-01 13:12:22 +0000
commit18cecf16a98af85c157c36816966937a0ed76e47 (patch)
treeb993e5ca0a18f5104b9474d168c5966feacefc6b /machines/devhell
parent33b64bf749fb190666c0fd6af67001af2ef08170 (diff)
Revert "machines/herja: Up maxJobs to 16"
This reverts commit 2332e49b29528325ad1ff2bc0a279275c08ea266.
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 ddb4e678..c4f555ce 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -85,7 +85,7 @@
 
   nix = {
     settings = {
-      maxJobs = lib.mkDefault 16;
+      maxJobs = lib.mkDefault 8;
     };
   };