nixos/hosts/modules/server/unifi.nix
2024-06-18 10:23:07 +02:00

6 lines
90 B
Nix

{
services.unifi = {
enable = true;
openFirewall = true;
};
}