From 08557afe587e25514442b03781feb4e752b2f0cc Mon Sep 17 00:00:00 2001 From: "xyno (Philipp Hochkamp)" Date: Mon, 28 Aug 2023 13:34:35 +0200 Subject: [PATCH] disable nginx prometheus stuff --- nixos-modules/services/monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/services/monitoring.nix b/nixos-modules/services/monitoring.nix index b3c4d5e7..6b5dbafb 100644 --- a/nixos-modules/services/monitoring.nix +++ b/nixos-modules/services/monitoring.nix @@ -102,7 +102,7 @@ in target_label = "unit"; }]; } - ] ++ lib.optionals config.services.nginx.enable [ + ] ++ lib.optionals false [ { job_name = "nginx"; static_configs = [