summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-04-13 01:49:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-04-13 01:49:27 +0200
commit543a4b1f4b46ecce666dfeff400cc4101b466c81 (patch)
tree82c6ae7c41167575480ad2928b5086109c02bb7c
parent777c1736378d8bf91bde33a5bcb69b0b72a276b9 (diff)
downloadnixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar.gz
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar.bz2
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.tar.xz
nixos-543a4b1f4b46ecce666dfeff400cc4101b466c81.zip
Restore 2 jobs
-rw-r--r--bragi-hw.nix2
-rw-r--r--bragi.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/bragi-hw.nix b/bragi-hw.nix
index 2aabc57c..ab424091 100644
--- a/bragi-hw.nix
+++ b/bragi-hw.nix
@@ -23,4 +23,6 @@
23 swapDevices = 23 swapDevices =
24 [ { device = "/dev/disk/by-uuid/2b13b997-59e8-4f59-bc84-554eb0df7482"; } 24 [ { device = "/dev/disk/by-uuid/2b13b997-59e8-4f59-bc84-554eb0df7482"; }
25 ]; 25 ];
26
27 nix.maxJobs = 2;
26} 28}
diff --git a/bragi.nix b/bragi.nix
index af5e9251..0b8d600b 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -413,7 +413,6 @@ in rec {
413 gc = { 413 gc = {
414 automatic = true; 414 automatic = true;
415 }; 415 };
416 maxJobs = 1;
417 autoOptimiseStore = true; 416 autoOptimiseStore = true;
418 }; 417 };
419 418