services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
This follows on from the changes in 4985a4272497bf9ba87a2190353d915da9b55906. * gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
b1a8822e1d
commit
2e30e84b64
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user