monitoring: ensure admin group
This commit is contained in:
parent
d655655e0c
commit
190e62ea13
1 changed files with 1 additions and 0 deletions
|
|
@ -746,6 +746,7 @@ in
|
|||
(lib.mkIf (cfg.enable && cfg.sso.enable) {
|
||||
shb.lldap.ensureGroups = {
|
||||
${cfg.ldap.userGroup} = { };
|
||||
${cfg.ldap.adminGroup} = { };
|
||||
};
|
||||
|
||||
shb.authelia.extraDefinitions = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue