pluto: Allow users to access Explore in Grafana
Dionysis Grigoropoulos committed
Aug 8, 2025 at 13:22 UTC
c025f129be25f350e3f154aed5f9f1feae258b46
1 file changed
+4
-1
build/pluto/grafana.nix
+4
-1
@@ -5,7 +5,10 @@
5
enable = true;
6
settings = {
7
"auth.anonymous".enabled = true;
8
- users.allow_sign_up = true;
8
+ users = {
9
+ allow_sign_up = true;
10
+ viewers_can_edit = true;
11
+ };
12
server = {
13
domain = "grafana.nixos.org";
14
root_url = "https://grafana.nixos.org";