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 = {
enable = true;
settings = {
"auth.anonymous".enable = true;
secrutiy.allow_embedding = true;
"auth.anonymous".enabled = true;
security.allow_embedding = true;
users.default_theme = "light";
"auth.basic".enabled = false;
dashboards.default_home_dashboard_path = "${dashboards}/health-status.json";