GNU bug report logs -
#49109
[PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Sat, 19 Jun 2021 05:25:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 3 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.