diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2021-05-30 17:21:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-30 17:21:40 +0200 |
| commit | 4cd3fd238dec5cec1b18b5a109ccf9e9bf197602 (patch) | |
| tree | d2299b6467132ada685716da562c4d15d6b9f0d0 | |
| parent | Merge pull request #124832 from NixOS/backport-124109-to-release-21.05 (diff) | |
| parent | Update nixos/modules/virtualisation/libvirtd.nix (diff) | |
| download | nixpkgs-4cd3fd238dec5cec1b18b5a109ccf9e9bf197602.tar.gz | |
Merge pull request #124968 from NixOS/backport-124947-to-release-21.05
| -rw-r--r-- | nixos/modules/virtualisation/libvirtd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix index f43c44f5dcab..303f672b822f 100644 --- a/nixos/modules/virtualisation/libvirtd.nix +++ b/nixos/modules/virtualisation/libvirtd.nix @@ -159,7 +159,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" ]; |
