From dcd0da5aec616698cd8fb445da7ca637c544616d Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Thu, 27 Jan 2022 21:58:15 +0100 Subject: [PATCH] Allow public viewing access to dashboards --- grafana.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana.nix b/grafana.nix index c03cbf9..566f081 100644 --- a/grafana.nix +++ b/grafana.nix @@ -6,9 +6,9 @@ analytics.reporting.enable = false; protocol = "socket"; rootUrl = "https://stats.besaid.de/"; - auth.anonymous.enable = false; + auth.anonymous.enable = true; security = { - adminUser = "dfrank"; + adminUser = "tokudan"; adminPasswordFile = "/var/lib/grafana/admin.pw"; secretKeyFile = "/var/lib/grafana/security.key"; };