Files
nixy/hosts/modules/server/unifi.nix
Hadi ff73c05ba6 temp
Former-commit-id: ac6a0f59c4
2024-06-18 10:23:07 +02:00

6 lines
90 B
Nix

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