grafana: enable public dashboards

This commit is contained in:
Payas Relekar 2023-06-10 15:14:58 +05:30
parent d35692f32f
commit 758c67ef29

View file

@ -39,11 +39,8 @@ in
grafana = {
enable = true;
settings = {
"auth.anonymous" = {
enabled = true;
hide_version = true;
org_name = "bhanaks.org";
org_role = "Viewer";
feature_toggles = {
publicDashboards = true;
};
analytics.reporting_enabled = false;
server = {