nixos/factorio: Don't open firewall ports by default
This commit is contained in:
parent
d93434458b
commit
3d3bcc5cc9
|
@ -53,7 +53,7 @@ in
|
|||
};
|
||||
openFirewall = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to automatically open the specified UDP port in the firewall.
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue