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

This change is part of #81172 and must have been lost during staging cycle.
This commit is contained in:
misuzu 2021-11-02 11:45:19 +02:00
parent 481afad265
commit ff22dd6684

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