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 port number to redhill.

* hydra/machines.scm (redhill): Add port number.
This commit is contained in:
Andreas Enge 2018-02-04 21:37:52 +01:00
parent 8e7676a449
commit 5136997825
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -54,6 +54,7 @@
(define redhill
(build-machine
(name "redhill.guixsd.org")
(port 9022)
(user "hydra")
(system "armhf-linux")
(private-key %openssh-private-key)