# SPDX-FileCopyrightText: 2024 Tom Hubrecht # SPDX-FileContributor: Constantin Gierczak--Galle # SPDX-FileContributor: Elias Coppens # SPDX-FileContributor: Lubin Bailly # SPDX-FileContributor: Maurice Debray # SPDX-FileContributor: Ryan Lahfa # # SPDX-License-Identifier: EUPL-1.2 /* To add a new member add an attribute to `members` Then add the key to the required groups. */ { organization = { groups = { # members of this group are root on all nodes root = [ "thubrecht" "raito" "mdebray" ]; bureau = [ "jemagius" "raito" "mdebray" "ecoppens" ]; # members of this group are root on the fai infrastructure fai = [ "catvayor" "ecoppens" ]; lab = [ "catvayor" "cst1" "ecoppens" ]; hypervisors = [ "catvayor" "ecoppens" ]; nix-builder = [ "catvayor" "ecoppens" "mdebray" "raito" "thubrecht" ]; }; }; }