From 49969059eca65273af383d70acadeb7c314510f8 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] tower/configuration.nix: enable prometheus --- hosts/tower/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index daf0937..399ce58 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -36,6 +36,7 @@ services = { forgejo.enable = true; grafana.enable = true; + prometheus.enable = true; }; programs = { editors = {