nixos/libvirtd: Use preferred version of iptables

This commit is contained in:
Zhaofeng Li 2025-05-09 21:29:44 -06:00
parent dda3dcd3fe
commit 13bb852869

View file

@ -410,7 +410,7 @@ in
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e: "allow ${e}") cfg.allowedBridges;
systemPackages = with pkgs; [
libressl.nc
iptables
config.networking.firewall.package
cfg.package
cfg.qemu.package
];