services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.

This follows on from the changes in 4985a42724.

* 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:
Jack Hill 2021-06-19 01:24:26 -04:00 committed by Christopher Baines
parent b1a8822e1d
commit 2e30e84b64
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1502,7 +1502,8 @@ (define keys
(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