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