forked from DGNum/infrastructure
feat(compute01/kanidm): Generate the VLAN groups
This commit is contained in:
parent
7f7e245123
commit
8d2be99daf
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ in
|
|||
) meta.organization.members;
|
||||
|
||||
groups =
|
||||
{
|
||||
(lib.extra.genFuse (id: { "vlan_${builtins.toString (4094 - id)}".memberless = true; }) 850)
|
||||
// {
|
||||
grp_active.members = catAttrs "username" (attrValues meta.organization.members);
|
||||
grp-ext_cri.memberless = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue