meta/members: Set raito as root

This commit is contained in:
Tom Hubrecht 2023-07-18 22:59:08 +02:00
parent 5fb591f771
commit 9f097636d0

View file

@ -22,15 +22,15 @@ let
groups = { groups = {
# members of this group are root on all nodes # members of this group are root on all nodes
root = [ "thubrecht" ]; root = [ "thubrecht" "raito" ];
# members of this group are root on web nodes # members of this group are root on web nodes
web = [ "mdebray" "raito" ]; web = [ "mdebray" ];
# members of this group will have root acces on the installation isos # members of this group will have root acces on the installation isos
iso = [ "thubrecht" "mdebray" "raito" ]; iso = [ "thubrecht" "mdebray" "raito" ];
bureau = [ "gdd" "raito" ]; bureau = [ "gdd" ];
}; };
in in