fix 4G key interface name
This commit is contained in:
parent
f0dcdd88cd
commit
3ff503b7b7
@ -72,7 +72,7 @@
|
|||||||
{ address = "10.30.0.1"; prefixLength = 16; }
|
{ address = "10.30.0.1"; prefixLength = 16; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
enp0s21u2.useDHCP = true;
|
enp0s21u1.useDHCP = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# NAT bouygues <-> eno2
|
# NAT bouygues <-> eno2
|
||||||
@ -194,7 +194,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"40-enp0s21u2".dhcpV4Config.RouteMetric = 1024;
|
"40-enp0s21u1".dhcpV4Config.RouteMetric = 1024;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
Loading…
Reference in New Issue
Block a user