From f3436504dfbc7451d64ec71cf769e8f8c1d36347 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 25 Dec 2025 22:53:55 -0600 Subject: [PATCH] Fix Exodus build machine connections --- modules/nix-conf.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nix-conf.nix b/modules/nix-conf.nix index b2d9679..9ac0f7f 100644 --- a/modules/nix-conf.nix +++ b/modules/nix-conf.nix @@ -30,7 +30,8 @@ in nix = { buildMachines = lib.mapAttrsToList (k: v: { inherit (v) systems; - hostName = "${k}.shire-zebra.ts.net"; + hostName = "${k}-builder"; + protocol = "ssh-ng"; }) builderHosts; distributedBuilds = true; gc = {