nixos/unifi-video: openFirewall default to false
This commit is contained in:
parent
659803e879
commit
372a2d2111
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue