aboutsummaryrefslogtreecommitdiff
path: root/hosts/profiles/nas.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:33:12 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:33:12 -0700
commit41678222920cd37dcb920f888c69260a7c66b565 (patch)
tree272431f7551ecd1591a2ff98bdea449022318a21 /hosts/profiles/nas.nix
parentrefactor unifi to a module (diff)
downloadinfra-41678222920cd37dcb920f888c69260a7c66b565.tar.gz
refactor prometheus 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 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 = {