{ config, pkgs, ... }: { imports = [ ./containers ]; virtualisation.podman = { enable = true; defaultNetwork.settings = { dns_enabled = true; }; networkSocket.openFirewall = true; }; virtualisation.oci-containers.backend = "podman"; }