From 39159d3b2275089d98dd03fdd62b3444f378f455 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Mon, 16 Oct 2023 09:26:12 +0200 Subject: [PATCH] feat(members): Add @maurice to the root group --- meta/members.nix | 5 +---- meta/nodes.nix | 6 ------ 2 files changed, 1 insertion(+), 10 deletions(-) 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"; }; }