add deps on {ins,rm}mod and kconfig for firewall module
This commit is contained in:
parent
6661e42684
commit
e249f48cff
1 changed files with 5 additions and 1 deletions
|
@ -73,13 +73,17 @@ in
|
|||
};
|
||||
in svc.build args' ;
|
||||
};
|
||||
|
||||
programs.busybox.applets = [
|
||||
"insmod" "rmmod"
|
||||
];
|
||||
kernel.config = {
|
||||
NETFILTER = "y";
|
||||
NETFILTER_ADVANCED = "y";
|
||||
NETFILTER_NETLINK = "m";
|
||||
NF_CONNTRACK = "m";
|
||||
|
||||
NETLINK_DIAG = "y";
|
||||
|
||||
IP6_NF_IPTABLES= "m";
|
||||
IP_NF_IPTABLES = "m";
|
||||
IP_NF_NAT = "m";
|
||||
|
|
Loading…
Reference in a new issue