mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/libvirtd: Use preferred version of iptables
This commit is contained in:
parent
dda3dcd3fe
commit
13bb852869
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue