diff --git a/meta/members.nix b/meta/members.nix index f8ad7ca..3ea5c7e 100644 --- a/meta/members.nix +++ b/meta/members.nix @@ -26,10 +26,7 @@ let groups = { # members of this group are root on all nodes - root = [ "thubrecht" "raito" ]; - - # members of this group are root on web nodes - web = [ "mdebray" ]; + root = [ "thubrecht" "raito" "mdebray" ]; # members of this group will have root access on the installation isos iso = [ "thubrecht" "mdebray" "raito" ]; diff --git a/meta/nodes.nix b/meta/nodes.nix index 5e52b60..401da3c 100644 --- a/meta/nodes.nix +++ b/meta/nodes.nix @@ -23,8 +23,6 @@ in builtins.mapAttrs mkNode { web01 = { - adminGroups = [ "web" ]; - deployment = { tags = [ "web" ]; }; @@ -33,16 +31,12 @@ builtins.mapAttrs mkNode { }; compute01 = { - # adminGroups = [ "bureau" ]; - deployment.tags = [ "dns" ]; stateVersion = "23.05"; }; storage01 = { - # adminGroups = [ "bureau" ]; - stateVersion = "23.05"; }; }