summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorChristopher Lemmer Webber <cwebber@dustycloud.org>2020-07-11 21:42:04 -0400
committerChristopher Lemmer Webber <cwebber@dustycloud.org>2020-07-11 21:42:04 -0400
commitea4915a74bc4c03495d4910c1e32a92c790b6626 (patch)
treeb0116e5fbbbd32dcf20f1a7cc834ae5e964db776 /gnu/services
parent6680880f9b8dceb4f2f3f91bd2b13c659b53835e (diff)
downloadguix-patches-ea4915a74bc4c03495d4910c1e32a92c790b6626.tar
guix-patches-ea4915a74bc4c03495d4910c1e32a92c790b6626.tar.gz
services: guix: Refer to 'berlin.guix.gnu.org.pub'.
Commit 6680880f9b8dceb4f2f3f91bd2b13c659b53835e pushes out a new guix package with a new key location, so we need to update to the new key in order for systems to build correctly. * gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guix.gnu.org.pub.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/base.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 0b82a90507..9b4cd13214 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1483,7 +1483,7 @@ archive' public keys, with GUIX."
;; List of authorized substitute keys.
;; TODO: Change to "berlin.guix.gnu.org.pub" when the 'guix' package is
;; updated.
- (list (file-append guix "/share/guix/berlin.guixsd.org.pub")))
+ (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")))
(define-record-type* <guix-configuration>
guix-configuration make-guix-configuration