From 22fef6fca874e78a4055d7494f2710791c3d33ef Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sat, 19 Aug 2023 11:56:37 +0200 Subject: [PATCH] change grafana oauth config --- hosts/web-01.cloonar.com/modules/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.";