From 41ea5e31df45d8d13b51b44822f94dc782d1e80e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 6 Jan 2021 23:20:30 +0100 Subject: [PATCH] berlin: Update network interface identifier. This was found to be necessary when we last rebooted the node. * hydra/berlin.scm [static-networking-service]: Replace "eno2d1" with "eno2". --- hydra/berlin.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/berlin.scm b/hydra/berlin.scm index d860170..c1e4894 100644 --- a/hydra/berlin.scm +++ b/hydra/berlin.scm @@ -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")