From 6f8dcf66fc9895c47235b8fe5b9337bf1736a7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 20 Nov 2024 16:07:44 +0200 Subject: [PATCH] deployerbot: make vno3-rp3b optional again --- hosts/fwminex/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index c7328cf..b2d82f4 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -605,7 +605,6 @@ in deployDerivations = [ ".#fwminex" ".#fra1-b" - ".#vno3-rp3b" ]; deployIfPresent = [ { @@ -616,6 +615,10 @@ in derivationTarget = ".#vno1-gdrx"; pingTarget = myData.hosts."vno1-gdrx.motiejus.jakst".jakstIP; } + { + derivationTarget = ".#vno3-rp3b"; + pingTarget = myData.hosts."vno3-rp3b.motiejus.jakst".jakstIP; + } ]; };