nixos/libvirtd: use /etc/ethertypes from iptables package

This change is part of #81172 and must have been lost during staging cycle.

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