forked from DGNum/infrastructure
feat(krz01): create and add the lab admin group to krz01
This commit is contained in:
parent
dae3b7c7f6
commit
7d70beb1f0
2 changed files with 8 additions and 0 deletions
|
@ -87,6 +87,8 @@
|
|||
|
||||
stateVersion = "24.05";
|
||||
nixpkgs = "unstable";
|
||||
|
||||
adminGroups = [ "lab" ];
|
||||
};
|
||||
|
||||
storage01 = {
|
||||
|
|
|
@ -55,6 +55,12 @@
|
|||
"catvayor"
|
||||
"ecoppens"
|
||||
];
|
||||
|
||||
lab = [
|
||||
"catvayor"
|
||||
"ecoppens"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
external = {
|
||||
|
|
Loading…
Reference in a new issue