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