mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: guix: Refer to 'berlin.guixsd.org.pub'.
This partly reverts d283bb960f
.
* gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guixsd.org.pub.
This commit is contained in:
parent
3f4f077051
commit
ec4c404c05
1 changed files with 3 additions and 1 deletions
|
@ -1481,7 +1481,9 @@ (define keys
|
|||
|
||||
(define %default-authorized-guix-keys
|
||||
;; List of authorized substitute keys.
|
||||
(list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")))
|
||||
;; TODO: Change to "berlin.guix.gnu.org.pub" when the 'guix' package is
|
||||
;; updated.
|
||||
(list (file-append guix "/share/guix/berlin.guixsd.org.pub")))
|
||||
|
||||
(define-record-type* <guix-configuration>
|
||||
guix-configuration make-guix-configuration
|
||||
|
|
Loading…
Reference in a new issue