forked from DGNum/infrastructure
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:
parent
450d862b41
commit
6a44aa3504
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
vault01 = {
|
||||
site = "hyp01";
|
||||
deployment.targetHost = "vault01.dgnum";
|
||||
deployment.targetHost = "vault01.hyp01.infra.dgnum.eu";
|
||||
|
||||
stateVersion = "23.11";
|
||||
nixpkgs = "unstable";
|
||||
|
|
Loading…
Reference in a new issue