From 4c80004870b1e68d83212a6af2b55723f74d9ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 7 Dec 2023 22:29:11 +0200 Subject: [PATCH] grafana: Viewer -> Editor --- hosts/vno1-oh2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 615ade9..2683791 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -386,7 +386,7 @@ http_port = myData.ports.grafana; }; users.auto_assign_org = true; - users.auto_assign_org_role = "Viewer"; + users.auto_assign_org_role = "Editor"; # https://github.com/grafana/grafana/issues/70203#issuecomment-1612823390 auth.oauth_allow_insecure_email_lookup = true;