diff --git a/meta/nodes.nix b/meta/nodes.nix index d0ef82d..fed15a1 100644 --- a/meta/nodes.nix +++ b/meta/nodes.nix @@ -37,19 +37,6 @@ }; }; - web01 = { - site = "rat01"; - - deployment.tags = [ "web" ]; - - hashedPassword = "$y$j9T$9YqXO93VJE/GP3z8Sh4h51$hrBsEPL2O1eP/wBZTrNT8XV906V4JKbQ0g04IWBcyd2"; - - stateVersion = "23.05"; - vm-cluster = "Hyperviseur NPS"; - - nixpkgs = "24.05"; - }; - compute01 = { site = "pav01"; @@ -80,6 +67,17 @@ nixpkgs = "24.05"; }; + rescue01 = { + site = "luj01"; + + deployment.targetHost = "v6.rescue01.luj01.infra.dgnum.eu"; + + hashedPassword = "$y$j9T$nqoMMu/axrD0m8AlUFdbs.$UFVmIdPAOHBe2jJv5HJJTcDgINC7LTnSGRQNs9zS1mC"; + + stateVersion = "23.11"; + vm-cluster = "Hyperviseur Luj"; + }; + storage01 = { site = "pav01"; @@ -103,6 +101,19 @@ adminGroups = [ "fai" ]; }; + web01 = { + site = "rat01"; + + deployment.tags = [ "web" ]; + + hashedPassword = "$y$j9T$9YqXO93VJE/GP3z8Sh4h51$hrBsEPL2O1eP/wBZTrNT8XV906V4JKbQ0g04IWBcyd2"; + + stateVersion = "23.05"; + vm-cluster = "Hyperviseur NPS"; + + nixpkgs = "24.05"; + }; + web02 = { site = "rat01"; @@ -124,15 +135,4 @@ nixpkgs = "24.05"; vm-cluster = "Hyperviseur NPS"; }; - - rescue01 = { - site = "luj01"; - - deployment.targetHost = "v6.rescue01.luj01.infra.dgnum.eu"; - - hashedPassword = "$y$j9T$nqoMMu/axrD0m8AlUFdbs.$UFVmIdPAOHBe2jJv5HJJTcDgINC7LTnSGRQNs9zS1mC"; - - stateVersion = "23.11"; - vm-cluster = "Hyperviseur Luj"; - }; }