3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 65be52ba2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];