Christopher Allan Webber <cweb...@dustycloud.org> writes: [...] > > Running all machines, I dunno. I do dual-boot Debian and GuixSD with > them sharing the same user profile and store.
Dual boot. Now that is cool! > On Debian, I bind-mount > some directories from GuixSD's root partition. From /etc/fstab: > > UUID=d9cc11f0-e548-4526-a541-4f631a10b73c /mnt/guix/ ext4 defaults > 0 2 > /mnt/guix/var/guix /var/guix none defaults,bind > 0 0 > /mnt/guix/gnu /gnu none defaults,bind > 0 0 > > Then /home/ is shared (and luks encrypted) on both distros. It works > fine. I was thinking of a substitutes approach and hadn't thought of sharing guix and /gnu. I could do that on my home servers. > If you want to do "same profile and store across all things" Ricardo > Wurmus does some wild things using NFS. If he doesn't comment maybe I will contact him. Thank you for the comments. - George