nixos/hosts/modules/server/unifi.nix
2024-06-19 23:45:03 +02:00

8 lines
147 B
Nix

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