grafana: another attempt at anonymous login

This commit is contained in:
Payas Relekar 2023-06-05 03:10:47 +05:30
parent 511da815a3
commit 0ae5726697

View file

@ -131,6 +131,12 @@
grafana = {
enable = true;
settings = {
"auth.anonymous" = {
enable = true;
hide_version = true;
org_name = "bhanaks";
org_role = "Viewer";
};
analytics.reporting_enabled = false;
server = {
domain = "localhost";