Skip to content

Commit 25839db

Browse files
authored
Merge pull request #795 from Erethon/grafana-explore
Allow users to access the Explore feature in Grafana
2 parents c2b4f36 + c025f12 commit 25839db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/pluto/grafana.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
enable = true;
66
settings = {
77
"auth.anonymous".enabled = true;
8-
users.allow_sign_up = true;
8+
users = {
9+
allow_sign_up = true;
10+
viewers_can_edit = true;
11+
};
912
server = {
1013
domain = "grafana.nixos.org";
1114
root_url = "https://grafana.nixos.org";

0 commit comments

Comments
 (0)