6 lines
89 B
Nix
6 lines
89 B
Nix
self: super: {
|
|
iptables = super.iptables.override {
|
|
nftablesCompat = false;
|
|
};
|
|
}
|