From 543a4b1f4b46ecce666dfeff400cc4101b466c81 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 13 Apr 2017 01:49:27 +0200 Subject: Restore 2 jobs --- bragi-hw.nix | 2 ++ bragi.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ swapDevices = [ { device = "/dev/disk/by-uuid/2b13b997-59e8-4f59-bc84-554eb0df7482"; } ]; + + nix.maxJobs = 2; } diff --git a/bragi.nix b/bragi.nix index af5e9251..0b8d600b 100644 --- a/bragi.nix +++ b/bragi.nix @@ -413,7 +413,6 @@ in rec { gc = { automatic = true; }; - maxJobs = 1; autoOptimiseStore = true; }; -- cgit v1.2.3