Merge pull request #144201 from misuzu/iptables-switch-fix

This commit is contained in:
Martin Weinelt
2021-11-06 12:28:51 +01:00
committed by GitHub
+1 -1
View File
@@ -254,7 +254,7 @@ in
"allow ${e}")
cfg.allowedBridges;
systemPackages = with pkgs; [ libressl.nc iptables cfg.package cfg.qemu.package ];
etc.ethertypes.source = "${pkgs.ebtables}/etc/ethertypes";
etc.ethertypes.source = "${pkgs.iptables}/etc/ethertypes";
};
boot.kernelModules = [ "tun" ];