From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: Re: Guix/GNU/Linux multi distro + GuixSD multi-site scenario Date: Sat, 26 Mar 2016 20:53:59 -0400 Message-ID: <868u14hhaw.fsf@gmail.com> References: <86r3eyzfge.fsf@gmail.com> <8760w83jgg.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajyyD-0004W0-Gv for help-guix@gnu.org; Sat, 26 Mar 2016 20:54:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajyyA-0006Wv-Aq for help-guix@gnu.org; Sat, 26 Mar 2016 20:54:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:60591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajyyA-0006WR-4P for help-guix@gnu.org; Sat, 26 Mar 2016 20:54:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ajyy7-0003Kq-6r for help-guix@gnu.org; Sun, 27 Mar 2016 01:54:15 +0100 Received: from c-73-167-118-254.hsd1.ma.comcast.net ([73.167.118.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2016 01:54:15 +0100 Received: from myglc2 by c-73-167-118-254.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2016 01:54:15 +0100 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: help-guix@gnu.org Christopher Allan Webber 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