nixos/libvirtd: fix typo
This commit is contained in:
parent
6ba2f551a0
commit
f206184a47
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user