nixos/libvirtd: fix typo

This commit is contained in:
Franz Pletz 2019-11-14 05:39:21 +01:00
parent 6ba2f551a0
commit f206184a47
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -147,7 +147,7 @@ in {
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e:
"allow ${e}") cfg.allowedBridges;
systemPackages = with pkgs; [ libvirt libressl.nc iptables cfg.qemuPackage ];
etc.ethertypes.source = "${iptables}/etc/ethertypes";
etc.ethertypes.source = "${pkgs.iptables}/etc/ethertypes";
};
boot.kernelModules = [ "tun" ];