From 3ff503b7b704e95e4ad7683d8fccf17425907c45 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 21 Sep 2023 23:52:56 +0200 Subject: [PATCH] fix 4G key interface name --- systems/LoutreOS/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 4674b9d..f8791c7 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -72,7 +72,7 @@ { address = "10.30.0.1"; prefixLength = 16; } ]; }; - enp0s21u2.useDHCP = true; + enp0s21u1.useDHCP = true; }; # NAT bouygues <-> eno2 @@ -194,7 +194,7 @@ ]; }; }; - "40-enp0s21u2".dhcpV4Config.RouteMetric = 1024; + "40-enp0s21u1".dhcpV4Config.RouteMetric = 1024; }; nixpkgs.overlays = [