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