From 719df0add2cf9c2118cda737ec535d83f2b1e24e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Apr 2022 12:27:49 -0700 Subject: refactor unifi to 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 aaeee75..33fd6b5 100644 --- a/hosts/profiles/nas.nix +++ b/hosts/profiles/nas.nix @@ -6,7 +6,6 @@ ../common/server/grafana.nix ../common/server/traefik.nix ../common/server/transmission.nix - ../common/server/unifi.nix ../common/server/gitea.nix ../common/server/rclone.nix ]; @@ -27,6 +26,7 @@ enable = true; musicFolder = "/data/fast/music"; }; + unifi = { enable = true; }; }; services.restic.backups = { -- cgit 1.4.1