grafana: fix eval

This commit is contained in:
Sandro - 2023-12-04 01:40:03 +01:00
parent e5bf878cb3
commit d13b478631
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,10 @@
security.ldap.domainComponent = [ "c3d2" "de" ];
services = {
# set here explicitly, so that other modules can acces it like nixos-modules grafana
# keep in sync with nixos/modules/services/misc/portunus.nix
dex.settings.issuer = "https://${config.services.portunus.domain}/dex";
gitea.ldap = {
adminGroup = "gitea-admins";
userGroup = "gitea-users";