From 926c29bce829367468e80c561ba6abe5f47d90f8 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 31 Jan 2024 14:25:10 -0500 Subject: [PATCH] blocky: reenable prometheus --- hosts/haru/services/blocky.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/haru/services/blocky.nix b/hosts/haru/services/blocky.nix index 3439357..5111995 100644 --- a/hosts/haru/services/blocky.nix +++ b/hosts/haru/services/blocky.nix @@ -143,7 +143,7 @@ prefetchThreshold = 5; }; prometheus = { - enable = false; + enable = true; path = "/metrics"; }; queryLog = {