host wu: be nice and use all cores

This commit is contained in:
tv 2015-06-30 00:06:15 +02:00
parent a841d3fcbf
commit e481906475

View File

@ -56,7 +56,12 @@ in
}
];
nix.maxJobs = 8;
nix = {
buildCores = 4;
maxJobs = 4;
daemonIONiceLevel = 1;
daemonNiceLevel = 1;
};
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs";