nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Update nixos/modules/virtualisation/libvirtd.nix

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
(cherry picked from commit 964fc7cfef94bd598d816979a4ca1a42d9753d23)

authored by

Janne Heß
Martin Weinelt
and committed by
github-actions[bot]
4f9eadef c072a187

+1 -1
+1 -1
nixos/modules/virtualisation/libvirtd.nix
··· 159 159 etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e: 160 160 "allow ${e}") cfg.allowedBridges; 161 161 systemPackages = with pkgs; [ libressl.nc iptables cfg.package cfg.qemuPackage ]; 162 - etc.ethertypes.source = "${pkgs.iptables-nftables-compat}/etc/ethertypes"; 162 + etc.ethertypes.source = "${pkgs.ebtables}/etc/ethertypes"; 163 163 }; 164 164 165 165 boot.kernelModules = [ "tun" ];