Update systems/orangepihole/configuration.nix
This commit is contained in:
parent
578e7aaec9
commit
984b0b5e14
1 changed files with 1 additions and 1 deletions
|
@ -87,6 +87,6 @@
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
}];
|
}];
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
#nix.extraOptions = "builders-use-substitutes = true";
|
nix.settings.max-jobs = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue