unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Joshua Branson <jbranso@dismail.de>
To: Christopher Baines <mail@cbaines.net>
Cc: guix-devel@gnu.org
Subject: Re: Substitutes from bordeaux.guix.gnu.org
Date: Mon, 07 Jun 2021 18:28:35 -0400	[thread overview]
Message-ID: <871r9d8g30.fsf@dismail.de> (raw)
In-Reply-To: <87h7i9u2hj.fsf@cbaines.net> (Christopher Baines's message of "Mon, 07 Jun 2021 16:19:04 +0100")

Christopher Baines <mail@cbaines.net> writes:

> Hey,
>
> While I've been working on the software side of building things for
> substitutes through the Guix Build Coordinator for over a year now [1],
> I've only been personally pushing to bring the benefits to Guix users by
> default for the last few weeks [2].
>
> 1: https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00323.html
> 2: https://lists.gnu.org/archive/html/guix-devel/2021-05/msg00020.html
>
> The strategy that currently seems most feasible is to add an additional
> default source of substitutes: bordeaux.guix.gnu.org.
>
> I think things are pretty much ready, you can find some information at
> https://bordeaux.guix.gnu.org/ . If you're up for trying out fetching
> substitutes from bordeaux.guix.gnu.org, now is a good time to do so, and
> please report back in terms of how it's working out for you.

For those of you like me, who have trouble setting up the signing key,
here is a snippet that you can use to set up substitutes from bordeaux.guix.gnu.org:


#BEGIN_SRC scheme
(define %my-desktop-services
  (modify-services
      %desktop-services
    (guix-service-type
     config =>
     (guix-configuration
      (inherit config)
      (substitute-urls
       (append (list "https://bordeaux.guix.gnu.org/")
               %default-substitute-urls))
      (authorized-keys
       (append
        (list
         (plain-file
                     "bordeaux.guix.gnu.org.signing.key"
                     "
(public-key
 (ecc
  (curve Ed25519)
  (q #7D602902D3A2DBB83F8A0FB98602A754C5493B0B778C8D1DD4E0F41DE14DE34F#)
  )
 )"))
        %default-authorized-guix-keys))))))


(operating-system
    ...
    (services (append (list (service dhcp-client-service-type)
                            (service openssh-service-type
                                     (openssh-configuration
                                      (openssh openssh-sans-x)
                                      (port-number 2222))))
                      %my-desktop-services)))

#+END_SRC

P.S.  Thanks to Christopher for helping me set this up in irc!

--
Joshua Branson (joshuaBPMan in #guix)
Sent from Emacs and Gnus
  https://gnucode.me
  https://video.hardlimit.com/accounts/joshua_branson/video-channels
  https://propernaming.org
  "You can have whatever you want, as long as you help
enough other people get what they want." - Zig Ziglar


  reply	other threads:[~2021-06-07 22:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 15:19 Substitutes from bordeaux.guix.gnu.org Christopher Baines
2021-06-07 22:28 ` Joshua Branson [this message]
2021-06-08 13:36 ` Ludovic Courtès
2021-06-13 20:44   ` Tobias Geerinckx-Rice
2021-06-14 21:20     ` Ludovic Courtès
2021-06-18 18:25       ` Ricardo Wurmus
2021-06-19  0:34         ` Christopher Baines
2021-06-19 10:34           ` Tobias Geerinckx-Rice
2021-06-19 10:37             ` Tobias Geerinckx-Rice
2021-06-20 15:31             ` Ludovic Courtès
2021-06-22 23:23               ` Joshua Branson
2021-06-13 20:36 ` Christopher Baines
2021-06-18 14:56   ` Christopher Baines
2021-06-18 17:51     ` Pjotr Prins
2021-06-20 14:40     ` 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=871r9d8g30.fsf@dismail.de \
    --to=jbranso@dismail.de \
    --cc=guix-devel@gnu.org \
    --cc=mail@cbaines.net \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).