Fix ports firewall

This commit is contained in:
soraefir
2026-05-03 13:21:22 +02:00
parent 38350b91e1
commit c8cb980c15
3 changed files with 15 additions and 1 deletions

View File

@@ -118,6 +118,10 @@ let
type = type.bool;
default = false;
};
web = mkOption {
type = type.bool;
default = false;
};
nftables = {
enable = mkOption {
type = type.bool;