guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49109] [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub


From: Jack Hill
Subject: [bug#49109] [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
Date: Sat, 19 Jun 2021 01:24:26 -0400

* 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 via email to

[Prev in Thread] Current Thread [Next in Thread]