From e20cafbb665d68add6a5179e88e7f56d7a286e10 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 4 Sep 2017 14:41:02 +0200 Subject: [PATCH] ma configs: use buildCores with maxJobs --- 2configs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2configs/default.nix b/2configs/default.nix index 8fe2160..25f9f63 100644 --- a/2configs/default.nix +++ b/2configs/default.nix @@ -39,10 +39,10 @@ with import ; }; networking.hostName = config.krebs.build.host.name; - nix.maxJobs = config.krebs.build.host.cores; + nix.maxJobs = 2; + nix.buildCores = config.krebs.build.host.cores; time.timeZone = "Europe/Berlin"; - #nix.maxJobs = 1; programs.ssh = { startAgent = false;