diff --git a/hosts/web-01.cloonar.com/modules/grafana.nix b/hosts/web-01.cloonar.com/modules/grafana.nix index f565bf7..936b472 100644 --- a/hosts/web-01.cloonar.com/modules/grafana.nix +++ b/hosts/web-01.cloonar.com/modules/grafana.nix @@ -52,7 +52,7 @@ in groups_attribute_path = "groups"; name_attribute_path = "name"; use_pkce = true; - } + }; "auth.anonymous".enabled = true; "auth.anonymous".org_name = "Cloonar e.U.";