From 984b0b5e148662f7b4e592ffc6aa85e4b982287b Mon Sep 17 00:00:00 2001 From: cdombroski Date: Fri, 3 May 2024 12:57:30 -0400 Subject: [PATCH] Update systems/orangepihole/configuration.nix --- systems/orangepihole/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index be42c22..912e4c0 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -87,6 +87,6 @@ supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; }]; nix.distributedBuilds = true; - #nix.extraOptions = "builders-use-substitutes = true"; + nix.settings.max-jobs = 0; }