From ba29ad90b75a0de9944d18d719910e2e10352d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 14 Mar 2024 20:31:50 +0200 Subject: [PATCH] mtworx: fix ip --- hosts/vno1-oh2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index e414f7d..049aace 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -494,7 +494,7 @@ } { job_name = "mtworx.motiejus.jakst"; - static_configs = [{targets = ["${myData.hosts."mtworx.motiejus.jakst".vno1IP}:${port}"];}]; + static_configs = [{targets = ["${myData.hosts."mtworx.motiejus.jakst".jakstIP}:${port}"];}]; } { job_name = "vno1-vinc.vincentas.jakst";