Fix Exodus build machine connections

This commit is contained in:
Greg Hellings
2025-12-25 22:53:55 -06:00
parent beb22dc1dc
commit f3436504df
+2 -1
View File
@@ -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 = {