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