fix(podman): add mandatory runtime dependencies (#444116)
This commit is contained in:
@@ -242,10 +242,6 @@ in
|
||||
# containers cannot reach aardvark-dns otherwise
|
||||
networking.firewall.interfaces.${network_interface}.allowedUDPPorts = lib.mkIf dns_enabled [ 53 ];
|
||||
|
||||
virtualisation.podman.extraPackages = [
|
||||
pkgs.iptables
|
||||
]
|
||||
++ lib.optional config.networking.nftables.enable pkgs.nftables;
|
||||
virtualisation.containers = {
|
||||
enable = true; # Enable common /etc/containers configuration
|
||||
containersConf.settings = {
|
||||
|
||||
Reference in New Issue
Block a user