1
0
Fork 0

Change max-jobs

This commit is contained in:
Malte Brandy 2020-10-07 14:30:19 +02:00
parent b93ef59673
commit 4df4dfca0a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 1 additions and 2 deletions

View file

@ -44,5 +44,4 @@
[{ device = "/dev/disk/by-uuid/66a6b988-2648-4b71-8afc-8a92fee2c446"; }];
nix.maxJobs = lib.mkDefault 8;
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
}

View file

@ -56,7 +56,7 @@ self: super: {
getNivAssign name = tag name <$> getNivPath path name
remoteBuildParams :: [String]
remoteBuildParams = ["--builders", "@/etc/nix/machines"]
remoteBuildParams = ["--builders", "@/etc/nix/machines", "--max-jobs", "1"]
main :: IO ()
${code}