1
0
Fork 0

Try grafana home board

This commit is contained in:
Malte Brandy 2020-12-02 15:06:37 +01:00
parent b7a30e5c95
commit 807cb39b42
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -3,7 +3,11 @@
grafana = {
enable = true;
auth.anonymous.enable = true;
extraOptions = { AUTH_BASIC_ENABLED = "false"; };
extraOptions = {
AUTH_BASIC_ENABLED = "false";
dashboards.default_home_dashboard_path =
"${./grafana-dashboards}/health-status.json";
};
provision = {
enable = true;
datasources = [{