Fix ports firewall
This commit is contained in:
@@ -118,6 +118,10 @@ let
|
||||
type = type.bool;
|
||||
default = false;
|
||||
};
|
||||
web = mkOption {
|
||||
type = type.bool;
|
||||
default = false;
|
||||
};
|
||||
nftables = {
|
||||
enable = mkOption {
|
||||
type = type.bool;
|
||||
|
||||
Reference in New Issue
Block a user