diff --git a/hosts/modules/server/unifi.nix b/hosts/modules/server/unifi.nix index 95d5e2f..0d9e430 100644 --- a/hosts/modules/server/unifi.nix +++ b/hosts/modules/server/unifi.nix @@ -1,7 +1,7 @@ # unifi controller service { - services.unifi = { - enable = true; - openFirewall = true; # 8443(webui) and other port use by AP - }; -} \ No newline at end of file + services.unifi = { + enable = true; + openFirewall = true; # 8443(webui) and other port use by AP + }; +} diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index c7b6cde..99d174b 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -14,7 +14,7 @@ ../modules/server/adguard.nix # ../modules/server/ntfy-sh.nix ../modules/server/tailscale.nix - # ../modules/server/unifi.nix + ../modules/server/unifi.nix ];