From 5ebf76292d3b425159ab7857aa66f71986d116b2 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..a0a435b 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.extraOptions = "max-jobs = 0"; }