From f56f4a42fd438699b690737125d40b33a0ff321b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 31 Jul 2024 00:23:44 +0300 Subject: [PATCH] remote-builder moves to fra1-b --- hosts/fwminex/configuration.nix | 3 ++- hosts/mtworx/configuration.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 9fe776f..49905db 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -133,7 +133,7 @@ in remote-builder.client = let - host = myData.hosts."fra1-a.servers.jakst"; + host = myData.hosts."fra1-b.servers.jakst"; in { enable = true; @@ -156,6 +156,7 @@ in ".#fwminex" ".#vno1-oh2" ".#fra1-a" + ".#fra1-b" ".#vno3-rp3b" ]; deployIfPresent = [ diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index b612abc..b45aca6 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -105,7 +105,7 @@ in remote-builder.client = let - host = myData.hosts."fra1-a.servers.jakst"; + host = myData.hosts."fra1-b.servers.jakst"; in { enable = true;