2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: berlin: Connect 10G port.

* hydra/berlin.scm: Use 10G port for 141.80.181.40; use .41 on 1G
port.
This commit is contained in:
Ricardo Wurmus 2019-08-07 15:29:06 +02:00
parent e24958839d
commit 438e4c1986
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -133,7 +133,13 @@ Happy hacking!\n"))
(services (cons*
;; Connection to the DMZ for public access
;; This is a 1G port only
(static-networking-service "eno1"
"141.80.181.41"
#:netmask "255.255.255.0"
#:gateway "141.80.181.1")
;; This is a 10G port.
(static-networking-service "enp129s0f0"
"141.80.181.40"
#:netmask "255.255.255.0"
#:gateway "141.80.181.1")