From 41678222920cd37dcb920f888c69260a7c66b565 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Apr 2022 12:33:12 -0700 Subject: refactor prometheus as a module --- hosts/profiles/nas.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/profiles') diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix index 33fd6b5..bf5f772 100644 --- a/hosts/profiles/nas.nix +++ b/hosts/profiles/nas.nix @@ -2,7 +2,6 @@ imports = [ # other profiles ./server.nix - ../common/server/prometheus.nix ../common/server/grafana.nix ../common/server/traefik.nix ../common/server/transmission.nix @@ -27,6 +26,7 @@ musicFolder = "/data/fast/music"; }; unifi = { enable = true; }; + prometheus = { enable = true; }; }; services.restic.backups = { -- cgit 1.4.1