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