feat(krz01): create and add the lab admin group to krz01

This commit is contained in:
sinavir 2024-10-10 13:35:34 +02:00
parent dae3b7c7f6
commit 7d70beb1f0
2 changed files with 8 additions and 0 deletions

View file

@ -87,6 +87,8 @@
stateVersion = "24.05"; stateVersion = "24.05";
nixpkgs = "unstable"; nixpkgs = "unstable";
adminGroups = [ "lab" ];
}; };
storage01 = { storage01 = {

View file

@ -55,6 +55,12 @@
"catvayor" "catvayor"
"ecoppens" "ecoppens"
]; ];
lab = [
"catvayor"
"ecoppens"
];
}; };
external = { external = {