diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index bff296d..be42c22 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 = "builders-use-substitutes = true"; }