nixos/factorio: Don't open firewall ports by default
This commit is contained in:
@@ -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.
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user