aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/mo/monitoring/components/prometheus.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 22:50:49 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 22:50:49 +0200
commit179643c461f5b6027e3df5f2acac8591ca295720 (patch)
treef1b326b1d1c1314ebfc2337048490484a6f8684f /modules/by-name/mo/monitoring/components/prometheus.nix
parentmodules/nginx: Get rid of the `selfsign` parameter (diff)
downloadnixos-server-179643c461f5b6027e3df5f2acac8591ca295720.zip
modules/monitoring/prometheus: Remove pointless fqdn label
Diffstat (limited to '')
-rw-r--r--modules/by-name/mo/monitoring/components/prometheus.nix1
1 files changed, 0 insertions, 1 deletions
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;