nixos/libvirtd: Use preferred version of iptables

Changed files
+1 -1
nixos
modules
virtualisation
+1 -1
nixos/modules/virtualisation/libvirtd.nix
···
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e: "allow ${e}") cfg.allowedBridges;
systemPackages = with pkgs; [
libressl.nc
-
iptables
cfg.package
cfg.qemu.package
];
···
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e: "allow ${e}") cfg.allowedBridges;
systemPackages = with pkgs; [
libressl.nc
+
config.networking.firewall.package
cfg.package
cfg.qemu.package
];