unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Christopher Allan Webber <cwebber@dustycloud.org>
To: myglc2 <myglc2@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Guix/GNU/Linux multi distro + GuixSD multi-site scenario
Date: Sat, 26 Mar 2016 16:31:11 -0700	[thread overview]
Message-ID: <8760w83jgg.fsf@dustycloud.org> (raw)
In-Reply-To: <86r3eyzfge.fsf@gmail.com>

myglc2 writes:

> These are questions about a Guix user scenario I am contemplating.
>
> Situation:
>
> - I have installed Guix/Debian and GuixSD on a couple home servers
>   (behind a typical broadband router).
>
> - I am running Guix from a git checkout to which I have applied personal
>   patches.
>
> - TODO I talk my friendly sysadmins at a couple organizations into
>   installing Guix on /GNU/Linux distros, say ubuntu and centos.
>
> It seems obvious that Guix supports this scenario. But it is not so
> obvious what the best way to 'instantiate' it is ;)
>
> So I have a few questions:
>
> 1) What is a practical way to get the same identical versions of my
>    customized guix packages running on all the machines?

Running all machines, I dunno.  I do dual-boot Debian and GuixSD with
them sharing the same user profile and store.  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.

If you want to do "same profile and store across all things" Ricardo
Wurmus does some wild things using NFS.

  reply	other threads:[~2016-03-26 23:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-25 16:32 Guix/GNU/Linux multi distro + GuixSD multi-site scenario myglc2
2016-03-26 23:31 ` Christopher Allan Webber [this message]
2016-03-27  0:53   ` myglc2
2016-03-27  1:48     ` Christopher Allan Webber
2016-03-27 17:18       ` myglc2
2016-03-28 10:31         ` Alex Kost
2016-03-28 14:09           ` myglc2
2016-03-28 14:32           ` Chris Marusich
2016-03-28 20:05             ` Alex Kost
2016-03-28 16:39           ` Christopher Allan Webber
2016-03-28 19:56             ` Alex Kost
2016-03-29 16:03               ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760w83jgg.fsf@dustycloud.org \
    --to=cwebber@dustycloud.org \
    --cc=help-guix@gnu.org \
    --cc=myglc2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).