aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tharos/grafana.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tharos/grafana.nix b/tharos/grafana.nix
index 9ad5ecc..be723c6 100644
--- a/tharos/grafana.nix
+++ b/tharos/grafana.nix
@@ -35,6 +35,8 @@
enabled = true;
org_role = "Viewer";
};
+ users.default_language = "de-DE";
+ dashboards.default_home_dashboard_path = "${./dashboards + "/system.json"}";
};
provision = {
enable = true;