@pithyless has left the channel
Can we run multiple instances of mount? Using com.stuartsierra.component I can do this:
(def system-a (c/start my-system))
(def system-b (c/start my-system-different-config))
Alright nvm I found the docs about it