From 6a44aa35041477fea2c8dfb859edddef57658c79 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Fri, 14 Jun 2024 22:15:46 +0200 Subject: [PATCH] fix(meta/nodes): use the full FQDN for vault01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise, I cannot really hit it… :D Signed-off-by: Ryan Lahfa --- meta/nodes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/nodes.nix b/meta/nodes.nix index ba634f6..27449e4 100644 --- a/meta/nodes.nix +++ b/meta/nodes.nix @@ -62,7 +62,7 @@ vault01 = { site = "hyp01"; - deployment.targetHost = "vault01.dgnum"; + deployment.targetHost = "vault01.hyp01.infra.dgnum.eu"; stateVersion = "23.11"; nixpkgs = "unstable";