commit b065a97dd6713209f5ea97e696913c0b0892e784 (tree) parent 35dc61a9f62fa46a9fbdca68a442b47d33490d8d Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Mon, 25 Mar 2024 09:55:11 +0200 fwminex: it is now anywhere Diffstat:
| M | hosts/vno1-oh2/configuration.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix @@ -197,7 +197,7 @@ deployIfPresent = [ { derivationTarget = ".#fwminex"; - pingTarget = myData.hosts."fwminex.motiejus.jakst".vno1IP; + pingTarget = myData.hosts."fwminex.motiejus.jakst".jakstIP; } { derivationTarget = ".#vno1-op5p"; @@ -490,7 +490,7 @@ } { job_name = "fwminex.motiejus.jakst"; - static_configs = [{targets = ["${myData.hosts."fwminex.motiejus.jakst".vno1IP}:${port}"];}]; + static_configs = [{targets = ["${myData.hosts."fwminex.motiejus.jakst".jakstIP}:${port}"];}]; } { job_name = "mtworx.motiejus.jakst";