feat(meta): Remove the ISO group

This commit is contained in:
Tom Hubrecht 2024-05-14 17:15:55 +02:00
parent a63f682aeb
commit 8d2a46e538
2 changed files with 1 additions and 9 deletions

View file

@ -3,7 +3,7 @@
let
dgn-lib = import ../lib { };
dgn-members = (import ../meta).members.groups.iso;
dgn-members = (import ../meta).members.groups.root;
in
{

View file

@ -44,14 +44,6 @@
"luj"
];
# members of this group will have root access on the installation isos
iso = [
"thubrecht"
"mdebray"
"raito"
"luj"
];
# members of this group can access netbox's secret
netbox = [ ];