unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49109] [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
@ 2021-06-19  5:24 Jack Hill
  2021-06-19  8:36 ` bug#49109: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2021-06-19  5:24 UTC (permalink / raw)
  To: 49109; +Cc: mail

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49109: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
  2021-06-19  5:24 [bug#49109] [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default Jack Hill
@ 2021-06-19  8:36 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2021-06-19  8:36 UTC (permalink / raw)
  To: Jack Hill; +Cc: 49109-done

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]


Jack Hill <jackhill@jackhill.us> writes:

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

Thanks, I've pushed this as 2e30e84b64b4cc8ca7f40fbe65d01b2477b75311.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-19  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-19  5:24 [bug#49109] [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default Jack Hill
2021-06-19  8:36 ` bug#49109: " Christopher Baines

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