guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: hydra: berlin-build-machine-os: Use new network settings.


From: Ricardo Wurmus
Subject: 05/05: hydra: berlin-build-machine-os: Use new network settings.
Date: Sat, 25 Nov 2017 11:36:00 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit f8ef1cdaaa4e8d8bc2e7c1a351db96c6db1889be
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 25 17:34:09 2017 +0100

    hydra: berlin-build-machine-os: Use new network settings.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-build-machine-os):
    Use new network settings for build nodes.
---
 hydra/modules/sysadmin/build-machines.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 44cd415..ae8ac1e 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -120,9 +120,9 @@ the given AUTHORIZED-GUIX-KEYS."
                                       (tty "ttyS1")
                                       (baud-rate "9600")))
                      (static-networking-service "enp0s8"
-                                                (format #f "192.168.0.~d" id)
-                                                #:netmask "255.255.255.0"
-                                                #:gateway "192.168.0.1")
+                                                (format #f "141.80.167.~d" (+ 
131 id))
+                                                #:netmask "255.255.255.192"
+                                                #:gateway "141.80.167.129")
                      (mcron-service (list gc-job))
                      (service sysadmin-service-type sysadmins)
                      (service openssh-service-type)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]