infrastructure/hosts/phoenix.lewd.wtf/services/unifi-controller.nix

9 lines
129 B
Nix

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