host wu: be nice and use all cores
This commit is contained in:
parent
a841d3fcbf
commit
e481906475
@ -56,7 +56,12 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.maxJobs = 8;
|
nix = {
|
||||||
|
buildCores = 4;
|
||||||
|
maxJobs = 4;
|
||||||
|
daemonIONiceLevel = 1;
|
||||||
|
daemonNiceLevel = 1;
|
||||||
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = "https://github.com/NixOS/nixpkgs";
|
url = "https://github.com/NixOS/nixpkgs";
|
||||||
|
Loading…
Reference in New Issue
Block a user