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

authored by Martin Weinelt and committed by GitHub 65be52ba cc8db4bc

+1 -1
+1 -1
nixos/modules/virtualisation/libvirtd.nix
··· 254 254 "allow ${e}") 255 255 cfg.allowedBridges; 256 256 systemPackages = with pkgs; [ libressl.nc iptables cfg.package cfg.qemu.package ]; 257 - etc.ethertypes.source = "${pkgs.ebtables}/etc/ethertypes"; 257 + etc.ethertypes.source = "${pkgs.iptables}/etc/ethertypes"; 258 258 }; 259 259 260 260 boot.kernelModules = [ "tun" ];