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 {
|
openFirewall = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to automatically open the specified UDP port in the firewall.
|
Whether to automatically open the specified UDP port in the firewall.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user