From c0336ccadb55a168ce4f9652f3f7e54a16a2a3a2 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 7 Aug 2022 19:45:07 +0200 Subject: [PATCH] Use sail for aarch64-linux --- home/hosts/adsb-antenna.nix | 2 ++ system/hosts/Styx.nix | 2 +- system/hosts/adsb-antenna.nix | 10 ++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/home/hosts/adsb-antenna.nix b/home/hosts/adsb-antenna.nix index 79585e0..f4ed486 100644 --- a/home/hosts/adsb-antenna.nix +++ b/home/hosts/adsb-antenna.nix @@ -14,6 +14,8 @@ ../programs/jq.nix ../programs/scripts.nix + + ../programs/ssh.nix ]; home = { diff --git a/system/hosts/Styx.nix b/system/hosts/Styx.nix index f2614af..94b9bf3 100644 --- a/system/hosts/Styx.nix +++ b/system/hosts/Styx.nix @@ -32,7 +32,7 @@ buildMachines = [ { hostName = "builder-sail"; - system = "x86_64-linux"; + systems = [ "x86_64-linux" "aarch64-linux" ]; maxJobs = 1; } ]; diff --git a/system/hosts/adsb-antenna.nix b/system/hosts/adsb-antenna.nix index 981bf24..6effb41 100644 --- a/system/hosts/adsb-antenna.nix +++ b/system/hosts/adsb-antenna.nix @@ -40,6 +40,16 @@ in keep-derivations = true keep-outputs = true ''; + + distributedBuilds = true; + + buildMachines = [ + { + hostName = "builder-sail"; + systems = [ "x86_64-linux" "aarch64-linux" ]; + maxJobs = 1; + } + ]; }; boot = {