From a69a71d1b03f235c34332182501407db7606b2e1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 4 Sep 2023 22:00:17 +0200 Subject: [PATCH] Warn about the owl2 omnipath device --- m/owl2/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/m/owl2/configuration.nix b/m/owl2/configuration.nix index ed1aab4..8da8f7d 100644 --- a/m/owl2/configuration.nix +++ b/m/owl2/configuration.nix @@ -14,6 +14,7 @@ address = "10.0.40.2"; prefixLength = 24; } ]; + # Watch out! The OmniPath device is not in the same place here: interfaces.ibp129s0.ipv4.addresses = [ { address = "10.0.42.2"; prefixLength = 24;