podman: move iptables to virtualisation.podman.extraPackages

This commit is contained in:
DSeeLP
2025-04-10 09:56:09 +02:00
committed by Sandro Jäckel
parent 50a00d8692
commit 57f735a19b
2 changed files with 1 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ in
# containers cannot reach aardvark-dns otherwise
networking.firewall.interfaces.${network_interface}.allowedUDPPorts = lib.mkIf dns_enabled [ 53 ];
virtualisation.podman.extraPackages = [ pkgs.iptables ];
virtualisation.containers = {
enable = true; # Enable common /etc/containers configuration
containersConf.settings = {