nixos/hosts/server/modules/unifi.nix
2024-06-21 13:58:14 +02:00

8 lines
147 B
Nix

# unifi controller service
{
services.unifi = {
enable = true;
openFirewall = true; # 8443(webui) and other port use by AP
};
}