fix: set firewall enable default to false
This commit is contained in:
@@ -121,7 +121,7 @@ in {
|
|||||||
firewall = {
|
firewall = {
|
||||||
enable = lib.mkOption {
|
enable = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
description = "Enable firewall";
|
description = "Enable firewall";
|
||||||
};
|
};
|
||||||
ipv4 = lib.mkOption {
|
ipv4 = lib.mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user