{pkgs, ...}: { project.name = "volman"; docker-compose.volumes = {}; services = { volman.service = { image = "ubuntu"; container_name = "volman"; useHostStore = true; command = "sleep infinity"; volumes = [ ]; }; }; }