From 3b2043d9932ed40a65d96849c0c52b67caa8df53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 2 Aug 2024 22:34:34 +0300 Subject: [PATCH] disable prom --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 32eaf56..a8dc1b6 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -83,7 +83,7 @@ in }; prometheus = { - enable = true; + enable = false; port = myData.ports.prometheus; retentionTime = "1y";