7 lines
157 B
Nix
7 lines
157 B
Nix
# unifi controller service
|
|
{
|
|
services.unifi = {
|
|
enable = true;
|
|
openFirewall = true; # 8443(webui) and other port use by AP
|
|
};
|
|
} |