diff --git a/hosts/cube/prometheus.nix b/hosts/cube/prometheus.nix index c510f5e..851e843 100644 --- a/hosts/cube/prometheus.nix +++ b/hosts/cube/prometheus.nix @@ -6,10 +6,13 @@ serverSystemConfiguration { name = "Prometheus"; type = "prometheus"; url = "http://[::]:${toString config.services.prometheus.port}"; + + orgId = 1; }]; deleteDatasources = [{ - name = "Prometheus"; + name = "Prometheus"; + orgId = 1; }]; };