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

berlin: Update network interface identifier.

This was found to be necessary when we last rebooted the node.

* hydra/berlin.scm <services>[static-networking-service]: Replace
"eno2d1" with "eno2".
This commit is contained in:
Ricardo Wurmus 2021-01-06 23:20:30 +01:00
parent 3c1d2cf674
commit 41ea5e31df
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -267,7 +267,7 @@ Happy hacking!\n"))
;; Connection to the DMZ for public access
;; This is a 10G port.
(static-networking-service "eno2d1"
(static-networking-service "eno2"
"141.80.181.40"
#:netmask "255.255.255.0"
#:gateway "141.80.181.1")