1
0
Fork 0

Fix grafana config

This commit is contained in:
Malte 2022-12-01 00:35:37 +01:00
parent dbdbb5f0a5
commit f7f20f594b

View file

@ -34,8 +34,8 @@ in {
grafana = { grafana = {
enable = true; enable = true;
settings = { settings = {
"auth.anonymous".enable = true; "auth.anonymous".enabled = true;
secrutiy.allow_embedding = true; security.allow_embedding = true;
users.default_theme = "light"; users.default_theme = "light";
"auth.basic".enabled = false; "auth.basic".enabled = false;
dashboards.default_home_dashboard_path = "${dashboards}/health-status.json"; dashboards.default_home_dashboard_path = "${dashboards}/health-status.json";