I currently use Docker-compose on my Debian NAS, and was planning on eventually switching over to NixOS, so I was looking into what I’d have to do in that transition. I use Docker-compose for one instance each of Syncthing and Jellyfin, and two instances of Transmission, one each for two users. I don’t know much about the NixOS containers, so I’m not sure if it is intended for this use case - specifically the two instances of Transmission under two users. Is this a good use case for NixOS containers, or should I just plan on using my current docker setup?