From 90c41f7edb323e13e78d8ec976ee6467b0c807aa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 May 2023 17:48:26 -0700 Subject: profiles/unifi: move the module to a profile Get rid of configuration that was duplicated (a lot of things are already handled by the upstream module). --- hosts/tahoe/services.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hosts/tahoe/services.nix') diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index b510463..b684275 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -16,11 +16,6 @@ in vhostName = "music.${config.homelab.domain}"; musicFolder = "/data/fast/music"; }; - unifi = { - enable = true; - vhostName = "unifi.${config.homelab.domain}"; - }; - monitoring = { prometheus = { enable = true; -- cgit 1.4.1