Skip to content
Snippets Groups Projects
Unverified Commit c22c9fa5 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

services: guix: Authorize the key for bayfront.guixsd.org.

* gnu/services/base.scm (%default-authorized-guix-keys): Add
"bayfront.guixsd.org".
parent b7ebcfe3
No related branches found
No related tags found
No related merge requests found
......@@ -1332,7 +1332,8 @@ (define (hydra-key-authorization key guix)
(define %default-authorized-guix-keys
;; List of authorized substitute keys.
(list (file-append guix "/share/guix/hydra.gnu.org.pub")))
(list (file-append guix "/share/guix/hydra.gnu.org.pub")
(file-append guix "/share/guix/bayfront.guixsd.org.pub")))
(define-record-type* <guix-configuration>
guix-configuration make-guix-configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment