aboutsummaryrefslogtreecommitdiff
path: root/hosts/profiles/nas.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:35:39 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:35:39 -0700
commite3d4144cf9b17424d8c684ccd9c94b67f7e7e203 (patch)
tree9454aa88f4929473cbe595c4161aefc30dcfd12b /hosts/profiles/nas.nix
parentrefactor prometheus as a module (diff)
downloadinfra-e3d4144cf9b17424d8c684ccd9c94b67f7e7e203.tar.gz
refactor grafana as a module
Diffstat (limited to '')
-rw-r--r--hosts/profiles/nas.nix2
1 files changed, 1 insertions, 1 deletions
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 = {