ma configs: use buildCores with maxJobs

This commit is contained in:
makefu 2017-09-04 14:41:02 +02:00 committed by lassulus
parent 1874d35381
commit 3402b8faa4

View File

@ -39,10 +39,10 @@ with import <stockholm/lib>;
};
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;