From c6222c90f40384378580d2d9de850aa44c9a6580 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 5 Aug 2024 17:57:32 +0100 Subject: [PATCH] Add aarch64-linux build machine --- hosts/common.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/common.nix b/hosts/common.nix index 6fe3fe9..816a65c 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -42,6 +42,16 @@ extraOptions = '' experimental-features = nix-command flakes ''; + buildMachines = [ + { + hostName = "10.0.1.79"; + sshUser = "builder"; + system = "aarch64-linux"; + maxJobs = 6; + speedFactor = 1; + } + ]; + distributedBuilds = true; settings = { connect-timeout = 5; log-lines = 25;