fix: set firewall enable default to false
This commit is contained in:
parent
aed3f2dbb7
commit
a2b923764d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue