From 4afabacaacfd1c79f04fe65f638149ba271b5554 Mon Sep 17 00:00:00 2001 From: James T Date: Wed, 9 Oct 2024 19:10:14 -0700 Subject: [PATCH] chore: reverted variables invalid definition --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index d17ca61..326a510 100644 --- a/flake.nix +++ b/flake.nix @@ -283,14 +283,6 @@ }"; } ]; - variables = [ - { - name = "job"; - type = "label_values"; - datasource = "Prometheus"; - query = "label_values(job)"; - } - ]; }; dashboards.settings = { apiVersion = 1;