diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:33:12 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:33:12 -0700 |
commit | 41678222920cd37dcb920f888c69260a7c66b565 (patch) | |
tree | 272431f7551ecd1591a2ff98bdea449022318a21 /hosts/profiles | |
parent | refactor unifi to a module (diff) | |
download | world-41678222920cd37dcb920f888c69260a7c66b565.tar.gz |
refactor prometheus as a module
Diffstat (limited to 'hosts/profiles')
-rw-r--r-- | hosts/profiles/nas.nix | 2 |
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 = { |