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:
parent
e24958839d
commit
438e4c1986
1 changed files with 6 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue