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

hydra: Add new aarch64 build node "kreuzberg" (honeycomb lx2).

* hydra/berlin.scm: Add wireguard-peer.
* hydra/keys/guix/berlin/kreuzberg.rekado.pub: New file.
This commit is contained in:
Ricardo Wurmus 2021-11-26 18:42:13 +01:00
parent 738f76c611
commit 01eb14c933
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
2 changed files with 11 additions and 1 deletions

View file

@ -402,7 +402,11 @@ Happy hacking!\n"))
(wireguard-peer
(name "pankow")
(public-key "zIrwnSjLegW0EpgiHlpLcZBU51nST1oGuRJGeOxwTWo=")
(allowed-ips '("10.0.0.8/32")))))))
(allowed-ips '("10.0.0.8/32")))
(wireguard-peer
(name "kreuzberg")
(public-key "f9WGJTXp8bozJb0KxePjkOclF5pJUy1AomHWJHy80y4=")
(allowed-ips '("10.0.0.9/32")))))))
(frontend-services %sysadmins
;; Make sure we get enough build users.

View file

@ -0,0 +1,6 @@
(public-key
(ecc
(curve Ed25519)
(q #7E0F021C5657A5DFF0D3FE05B574E16259B28CB477703715A75851E00E95C29E#)
)
)