feat: remove iptables from iproute2
Some checks failed
Some checks failed
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
1598d59ca7
commit
d6c976f8a1
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ extraPkgs // {
|
|||
'';
|
||||
});
|
||||
# Don't bring ebpf stuff to the table.
|
||||
in i.override { elfutils = null; };
|
||||
# We also remove tc so we can drop iptables as well.
|
||||
in i.override { elfutils = null; iptables = null; };
|
||||
|
||||
wpa_supplicant = prev.wpa_supplicant.override {
|
||||
dbusSupport = false;
|
||||
|
|
Loading…
Reference in a new issue