diff --git a/overlay.nix b/overlay.nix index 59c6b7e..fde7798 100644 --- a/overlay.nix +++ b/overlay.nix @@ -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;