···51515252 services.unifi.openFirewall = mkOption {
5353 type = types.bool;
5454- default = true;
5454+ default = false;
5555 description = ''
5656 Whether or not to open the minimum required ports on the firewall.
5757···8484 };
85858686 config = mkIf cfg.enable {
8787-8888- warnings = optional
8989- (options.services.unifi.openFirewall.highestPrio >= (mkOptionDefault null).priority)
9090- "The current services.unifi.openFirewall = true default is deprecated and will change to false in 22.11. Set it explicitly to silence this warning.";
91879288 users.users.unifi = {
9389 isSystemUser = true;
···1212 # Manually sha256sum the extensionPack file, must be hex!
1313 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
1414 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
1515- let value = "a5ee3e693a0470a77735556a77a09aa83bfc48181998b9b21b1af82ef1d11c2a";
1515+ let value = "d7856f0688b6d2ed1e8bff0b367efa952068b03fa5a3a29b46db08cfd5d9a810";
1616 in assert (builtins.stringLength value) == 64; value;
17171818 meta = {