2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: berlin-nodes: Authorize berlin key.

* hydra/berlin-nodes.scm: Authorize berlin key on build nodes.
This commit is contained in:
Mathieu Othacehe 2020-12-01 13:07:11 +01:00
parent da8baba818
commit 4ffb88f5e1
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -128,11 +128,17 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBZkQ4ZQgMGs/3druNQLsyFWHVhjtmN/sj1fxrPeUqJ"
192)))
(define %authorized-guix-keys
;; List of authorized 'guix archive' keys.
(list (local-file "keys/guix/berlin.guixsd.org-export.pub")))
(map (match-lambda
((id ip host-key memory)
(machine
(operating-system
(berlin-new-build-machine-os id
#:authorized-guix-keys
%authorized-guix-keys
#:emulated-architectures
'("arm" "aarch64")
#:childhurd? (childhurd-ip? ip)