diff options
-rw-r--r-- | bragi-hw.nix | 2 | ||||
-rw-r--r-- | bragi.nix | 1 |
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 | } |
@@ -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 | ||