This commit is contained in:
Hadi 2024-06-19 23:45:03 +02:00
parent 1b3cc99197
commit 21482d4a44
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# unifi controller service # unifi controller service
{ {
services.unifi = { services.unifi = {
enable = true; enable = true;
openFirewall = true; # 8443(webui) and other port use by AP openFirewall = true; # 8443(webui) and other port use by AP
}; };
} }

View File

@ -14,7 +14,7 @@
../modules/server/adguard.nix ../modules/server/adguard.nix
# ../modules/server/ntfy-sh.nix # ../modules/server/ntfy-sh.nix
../modules/server/tailscale.nix ../modules/server/tailscale.nix
# ../modules/server/unifi.nix ../modules/server/unifi.nix
]; ];