From a23df80315213cf4306e6dfccc59549db894bc23 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 10 Feb 2024 19:29:02 -0500 Subject: [PATCH] monitoring --- nixos/hosts/monitoring/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 38f25c7..7e305b4 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -22,5 +22,11 @@ domain = "monitoring.hoki-porgy.ts.net"; }; }; - }; + }; + + services.prometheus = { + enable = true; + port = 4000; + }; + }