Merge pull request #124947 from helsinki-systems/fix/libvirtd-ethertypes

This commit is contained in:
Martin Weinelt
2021-05-30 16:52:46 +02:00
committed by GitHub
+1 -1
View File
@@ -160,7 +160,7 @@ in {
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e:
"allow ${e}") cfg.allowedBridges;
systemPackages = with pkgs; [ libressl.nc iptables cfg.package cfg.qemuPackage ];
etc.ethertypes.source = "${pkgs.iptables}/etc/ethertypes";
etc.ethertypes.source = "${pkgs.ebtables}/etc/ethertypes";
};
boot.kernelModules = [ "tun" ];