nixos/unifi-video: openFirewall default to false

This commit is contained in:
Solene Rapenne 2022-12-04 13:50:59 +01:00
parent 659803e879
commit 372a2d2111

View file

@ -148,7 +148,7 @@ in
openFirewall = mkOption {
type = types.bool;
default = true;
default = false;
description = lib.mdDoc ''
Whether or not to open the required ports on the firewall.
'';