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

9 lines
129 B
Nix
Raw Normal View History

2024-05-04 20:54:00 +00:00
{ config, pkgs, ... }:
{
services.unifi = {
enable = true;
unifiPackage = pkgs.unifi8;
openFirewall = true;
};
}