From 179643c461f5b6027e3df5f2acac8591ca295720 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 19 Jul 2026 22:50:49 +0200 Subject: modules/monitoring/prometheus: Remove pointless fqdn label --- modules/by-name/mo/monitoring/components/prometheus.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/by-name/mo/monitoring/components/prometheus.nix b/modules/by-name/mo/monitoring/components/prometheus.nix index dbe6c06..6efe308 100644 --- a/modules/by-name/mo/monitoring/components/prometheus.nix +++ b/modules/by-name/mo/monitoring/components/prometheus.nix @@ -8,7 +8,6 @@ commonLabels = { hostname = config.networking.hostName; - inherit (config.vhack.monitoring.grafana) fqdn; }; prom_cfg = config.services.prometheus; -- cgit v1.3.1