Unverified Commit 4d4f8628 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

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

parents 7740dc04 13bb8528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
      ];