nixos/hosts/modules/server/unifi.nix
2024-06-18 11:26:35 +02:00

7 lines
157 B
Nix

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