{ config, pkgs, ... }: { services.unifi = { enable = true; unifiPackage = pkgs.unifi8; openFirewall = true; }; }