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; + }; + }