{ config, ... }: { virtualisation.podman = { enable = config.modules.containers.engine == "podman"; defaultNetwork.settings.dns_enabled = true; }; }