services: guix: Refer to 'berlin.guix.gnu.org.pub'.

Commit 6680880f9b 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.
This commit is contained in:
Christopher Lemmer Webber 2020-07-11 21:42:04 -04:00
parent 6680880f9b
commit ea4915a74b
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
1 changed files with 1 additions and 1 deletions

View File

@ -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