nixos/tests/podman: firewall now opened by module

This commit is contained in:
Franz Pletz 2024-01-16 14:46:16 +01:00
parent 38b2778765
commit 71435c9869
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -24,8 +24,6 @@ import ../make-test-python.nix (
virtualisation.podman.enable = true;
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
networking.firewall.allowedUDPPorts = [ 53 ];
};
docker = { pkgs, ... }: {
virtualisation.podman.enable = true;