nixos/libvirtd: Use preferred version of iptables
This commit is contained in:
parent
dda3dcd3fe
commit
13bb852869
@ -410,7 +410,7 @@ in
|
|||||||
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e: "allow ${e}") cfg.allowedBridges;
|
etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e: "allow ${e}") cfg.allowedBridges;
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
libressl.nc
|
libressl.nc
|
||||||
iptables
|
config.networking.firewall.package
|
||||||
cfg.package
|
cfg.package
|
||||||
cfg.qemu.package
|
cfg.qemu.package
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user