From 7d868dc34155bb13cf2e4c455a4b01ead44a038d Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 8 Aug 2022 21:35:49 +0200 Subject: [PATCH] adsb-antenna: Disable distributed builds --- system/hosts/adsb-antenna.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/system/hosts/adsb-antenna.nix b/system/hosts/adsb-antenna.nix index 484ec62..d10c331 100644 --- a/system/hosts/adsb-antenna.nix +++ b/system/hosts/adsb-antenna.nix @@ -37,16 +37,6 @@ in keep-derivations = true keep-outputs = true ''; - - distributedBuilds = true; - - buildMachines = [ - { - hostName = "builder-sail"; - systems = [ "x86_64-linux" "aarch64-linux" ]; - maxJobs = 1; - } - ]; }; boot = {