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 "pankow" (honeycomb lx2).

* hydra/berlin.scm: Add wireguard-peer.
* hydra/keys/guix/berlin/pankow.rekado.pub: New file.
This commit is contained in:
Ricardo Wurmus 2021-11-26 12:13:58 +01:00
parent 91e17675d6
commit aaa05ae640
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
2 changed files with 14 additions and 4 deletions

View file

@ -395,10 +395,14 @@ Happy hacking!\n"))
(name "guix-x15b")
(public-key "cwRqmMc8IPAHxFCGIt1WcnJnoWJcefcTXte2vMNi6Wo=")
(allowed-ips '("10.0.0.6/32")))
(wireguard-peer
(name "guixp9")
(public-key "4jflGVC+6ee1jsXR/6GgBKjxzw4T4WIwYiMhj/lYQTE=")
(allowed-ips '("10.0.0.7/32")))))))
(wireguard-peer
(name "guixp9")
(public-key "4jflGVC+6ee1jsXR/6GgBKjxzw4T4WIwYiMhj/lYQTE=")
(allowed-ips '("10.0.0.7/32")))
(wireguard-peer
(name "pankow")
(public-key "zIrwnSjLegW0EpgiHlpLcZBU51nST1oGuRJGeOxwTWo=")
(allowed-ips '("10.0.0.8/32")))))))
(frontend-services %sysadmins
;; Make sure we get enough build users.

View file

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