Skip to content

Commit 13bb852

Browse files
committed
nixos/libvirtd: Use preferred version of iptables
1 parent dda3dcd commit 13bb852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nixos/modules/virtualisation/libvirtd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ in
410410
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e: "allow ${e}") cfg.allowedBridges;
411411
systemPackages = with pkgs; [
412412
libressl.nc
413-
iptables
413+
config.networking.firewall.package
414414
cfg.package
415415
cfg.qemu.package
416416
];

0 commit comments

Comments
 (0)