nixos/unifi-video: openFirewall default to false
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user