monitoring: ensure admin group

This commit is contained in:
ibizaman 2025-11-21 10:00:50 +01:00
parent d655655e0c
commit 190e62ea13

View file

@ -746,6 +746,7 @@ in
(lib.mkIf (cfg.enable && cfg.sso.enable) {
shb.lldap.ensureGroups = {
${cfg.ldap.userGroup} = { };
${cfg.ldap.adminGroup} = { };
};
shb.authelia.extraDefinitions = {