From b4171f825bf1832c6d2ce0dc99128b7f046f71b6 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 16:55:13 +0200 Subject: [PATCH] fix: don't use distributed Builds --- hosts/nuos/configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index ccb39a3..f878085 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -99,16 +99,8 @@ nix = { settings.trusted-substituters = [ "ssh://nix-ssh@192.168.42.5" ]; - buildMachines = [{ - hostName = "localhost"; - system = "x86_64-linux"; - protocol = null; - maxJobs = 5; - speedFactor = 1; - supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; - mandatoryFeatures = [ ]; - }]; - distributedBuilds = true; + buildMachines = [ ]; + distributedBuilds = false; settings.builders-use-substitutes = true; };