mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
b1a8822e1d
commit
2e30e84b64
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue