about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-02-01 13:19:33 +0000
committerdevhell <devhell@mailfresser.de>2022-02-01 13:21:44 +0000
commitcb1b6c45baef0f68dfb7468cf3a6ef74c0a1be66 (patch)
tree639b8fc172d1eaf4d41e2809c4bfb186492f22cd /machines/devhell
parent813e40b6fc73d62ae215cd459468cae1200f2d0f (diff)
{machines,modules}/devhell: nix.* -> nix.settings
Second attempt at getting this right. Step 1: Read the thrown
assertions. Step 2: Don't be tired. Step 3: Test changes.
Diffstat (limited to 'machines/devhell')
-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 = {