> Does anyone have any insight in how I could spin a Cuirass service > or guix-daemon that can be made to use an independent “/gnu/store” > located in another drive/partition? Disclaimer: I've never done anything with Cuirass and I know more or less nothing about how it works. I'd try running it inside a container (e.g. Docker) or in User Mode Linux (if the performance penalty UML introduces is not a problem). Then keep the container's (or UML's) filesystem on the drive/partition you want. And configure your network to expose the necessary ports to the outsite. Or *if* Cuirass listens on the HTTP(s) port (again, I don't know how it works or what communication protocols it uses), set up an HTTP reverse proxy Happy hacking :) Wojtek -- (sig_start) website: https://koszko.org/koszko.html fingerprint: E972 7060 E3C5 637C 8A4F 4B42 4BC5 221C 5A79 FD1A follow me on Fediverse: https://friendica.me/profile/koszko/profile ♥ R29kIGlzIHRoZXJlIGFuZCBsb3ZlcyBtZQ== | ÷ c2luIHNlcGFyYXRlZCBtZSBmcm9tIEhpbQ== ✝ YnV0IEplc3VzIGRpZWQgdG8gc2F2ZSBtZQ== | ? U2hhbGwgSSBiZWNvbWUgSGlzIGZyaWVuZD8= -- (sig_end) On Sat, 15 Jul 2023 18:27:26 +0100 Bruno Victal wrote: > Does anyone have any insight in how I could spin a Cuirass service > or guix-daemon that can be made to use an independent “/gnu/store” > located in another drive/partition?