From 21482d4a444444d610d4c6f9964b5cf0edf583e1 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:45:03 +0200 Subject: [PATCH] Update --- hosts/modules/server/unifi.nix | 10 +++++----- hosts/server/configuration.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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 ];