From 32b84a5add0606e83d17b8d4ae29c64edf7f272f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 27 Apr 2023 18:29:32 +0200 Subject: [PATCH] Update ib interface name in xeon02 It seems to be plugged in another PCI port --- xeon02/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeon02/configuration.nix b/xeon02/configuration.nix index 06d88ffc..1b06afd2 100644 --- a/xeon02/configuration.nix +++ b/xeon02/configuration.nix @@ -17,7 +17,7 @@ address = "10.0.40.2"; prefixLength = 24; } ]; - interfaces.ibp5s0.ipv4.addresses = [ { + interfaces.ibp129s0.ipv4.addresses = [ { address = "10.0.42.2"; prefixLength = 24; } ];