Le 14 mai 2020 08:39:31 GMT-04:00, zimoun <zimon.touto...@gmail.com> a écrit : >On Thu, 14 May 2020 at 14:35, Julien Lepiller <jul...@lepiller.eu> >wrote: > >> We only bind-mount the store on the Guix System. On systemd systems, >we could install an additional service that does that I think. For >others, adding a line to /etc/fstab might work too. > >Does it make sense to add these extra steps explanations to the manual? > >https://guix.gnu.org/manual/devel/en/guix.html#Binary-Installation > > >And the simple 'mount -o bind,ro /gnu/store /gnu/store' proposed by >Tobias is not enough in the general case?
It's enough, but not persistent after a reboot. I'll try to start a VM of other distros to see how to achieve that properly and will propose a change to the manual accordingly. > > >Cheers, >simon