Hello Guix! ludo@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > Good news: the new machine, bayfront.guixsd.org, is building Guix master > for x86_64/i686 with Cuirass⁰! Nice! Thanks to everyone implicated! > > You can get substitutes from https://bayfront.guixsd.org; just authorize > its key (with ‘guix archive --authorize’), which is: > > (public-key > (ecc > (curve Ed25519) > (q #8D156F295D24B0D9A86FA5741A840FF2D24F60F7B6C4134814AD55625971B394#))) > [...] If anyone else would like to use the new bayfront substitute server by declaring it in their config.scm you can consult the config I'm using below, which is based on the lightweight desktop config base. The important bits added are (guix-store) and (gnu services base) in the topmost (use-modules ...) sexp, as well as in the modified (services ...) one. Thanks for those who offered guidance on how to do this in the #guix irc channel!