all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 49109@debbugs.gnu.org
Cc: mail@cbaines.net
Subject: [bug#49109] [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
Date: Sat, 19 Jun 2021 01:24:26 -0400	[thread overview]
Message-ID: <20210619052426.23080-1-jackhill@jackhill.us> (raw)

* gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub.
---

Authorize bordeaux by default so the behaviour matches what was recently
described on the blog.

I tested this change with `make as-derivation` and reconfiguring my
system and observed bordeaux's key in /etc/guix/acl

 gnu/services/base.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index bad755e62d..3be2e984c3 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1502,7 +1502,8 @@ archive' public keys, with GUIX."
 
 (define %default-authorized-guix-keys
   ;; List of authorized substitute keys.
-  (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")))
+  (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")
+        (file-append guix "/share/guix/bordeaux.guix.gnu.org.pub")))
 
 (define-record-type* <guix-configuration>
   guix-configuration make-guix-configuration
-- 
2.32.0





             reply	other threads:[~2021-06-19  5:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19  5:24 Jack Hill [this message]
2021-06-19  8:36 ` bug#49109: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default Christopher Baines

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

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

  git send-email \
    --in-reply-to=20210619052426.23080-1-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=49109@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.