Fix Exodus build machine connections
This commit is contained in:
@@ -30,7 +30,8 @@ in
|
|||||||
nix = {
|
nix = {
|
||||||
buildMachines = lib.mapAttrsToList (k: v: {
|
buildMachines = lib.mapAttrsToList (k: v: {
|
||||||
inherit (v) systems;
|
inherit (v) systems;
|
||||||
hostName = "${k}.shire-zebra.ts.net";
|
hostName = "${k}-builder";
|
||||||
|
protocol = "ssh-ng";
|
||||||
}) builderHosts;
|
}) builderHosts;
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
gc = {
|
gc = {
|
||||||
|
|||||||
Reference in New Issue
Block a user