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 = {