From a99fb5b959ea6f556092723415bb289cb691ed6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 17 Feb 2026 00:49:27 +0100 Subject: [PATCH] grafana: remove one-time deleteDatasources cleanup Co-Authored-By: Claude Opus 4.6 --- services/grafana/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/services/grafana/default.nix b/services/grafana/default.nix index 0f801a4..e5dd617 100644 --- a/services/grafana/default.nix +++ b/services/grafana/default.nix @@ -37,11 +37,7 @@ # Declarative datasources provision.datasources.settings = { apiVersion = 1; - # Remove old "Prometheus" datasource that was renamed to "Prometheus (monitoring01)" - deleteDatasources = [ - { name = "Prometheus"; orgId = 1; } - ]; - datasources = [ +datasources = [ { name = "VictoriaMetrics"; type = "prometheus";