mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
44b79b0ff0
Former-commit-id: 21482d4a44
8 lines
147 B
Nix
8 lines
147 B
Nix
# unifi controller service
|
|
{
|
|
services.unifi = {
|
|
enable = true;
|
|
openFirewall = true; # 8443(webui) and other port use by AP
|
|
};
|
|
}
|