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 nodes 101, 102, and 103.

* hydra/machines-for-berlin.scm (hosts): Add records for 101, 102, and 103.
This commit is contained in:
Ricardo Wurmus 2020-06-05 09:37:46 +02:00
parent 7310658934
commit 4efc78478e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5,6 +5,18 @@
;; a dedicated VLAN and can only be accessed from berlin.guix.gnu.org.
(define hosts
'(;;; New machines. We should use DNS for them in the future.
;; hydra-guix-101
("141.80.167.158"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGqLy+LVndyfuzwZmln/nrHylAN7FotSmso9kZaYPpzo"
128)
;; hydra-guix-102
("141.80.167.159"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEq4YoQHA0ShXIVbk7E4Jh4KZRPrt1EN9DYniraR8oYj"
128)
;; hydra-guix-103
("141.80.167.160"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICiFpDx+NIVHD4ffZotDyJDdEiwo8Cy8fAQU6cLt6mT/"
128)
;; hydra-guix-104
("141.80.167.161"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINuVkwaeU+ddDpDQoxyFboiBnRNyhGDT8yOy8VAyJxZ6"