podman: move iptables to virtualisation.podman.extraPackages
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
extraRuntimes ? lib.optionals stdenv.hostPlatform.isLinux [ runc ], # e.g.: runc, gvisor, youki
|
||||
fuse-overlayfs,
|
||||
util-linuxMinimal,
|
||||
iptables,
|
||||
iproute2,
|
||||
catatonit,
|
||||
gvproxy,
|
||||
@@ -43,7 +42,6 @@ let
|
||||
lib.optionals stdenv.hostPlatform.isLinux [
|
||||
fuse-overlayfs
|
||||
util-linuxMinimal
|
||||
iptables
|
||||
iproute2
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user