rekado pushed a commit to branch master
in repository maintenance.

commit 4efc78478e41fb25de0eaf9b4c0b1c0680f83f63
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Fri Jun 5 09:37:46 2020 +0200

    hydra: Add nodes 101, 102, and 103.
    
    * hydra/machines-for-berlin.scm (hosts): Add records for 101, 102, and 103.
---
 hydra/machines-for-berlin.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 6b10a04..98b5986 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -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"

Reply via email to