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;