nixos/libvirtd: Use preferred version of iptables (#228625)

This commit is contained in:
Arne Keller
2025-05-10 22:23:51 +02:00
committed by GitHub
+1 -1
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
];