fix 4G key interface name

This commit is contained in:
nyanloutre 2023-09-21 23:52:56 +02:00
parent f0dcdd88cd
commit 3ff503b7b7
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [