fix(meta/nodes): use the full FQDN for vault01

Otherwise, I cannot really hit it… :D

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-06-14 22:15:46 +02:00
parent 450d862b41
commit 6a44aa3504

View file

@ -62,7 +62,7 @@
vault01 = { vault01 = {
site = "hyp01"; site = "hyp01";
deployment.targetHost = "vault01.dgnum"; deployment.targetHost = "vault01.hyp01.infra.dgnum.eu";
stateVersion = "23.11"; stateVersion = "23.11";
nixpkgs = "unstable"; nixpkgs = "unstable";