From 264c47f084b567ddb0eb21678443ebb41c50d8c7 Mon Sep 17 00:00:00 2001 From: Valentin Date: Thu, 20 Nov 2025 16:23:31 +0100 Subject: System-Monitor auf Grafana-Startseite anzeigen --- tharos/grafana.nix | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3