Tell systemd to accept any connected interface as online
This commit is contained in:
parent
33c4fb6314
commit
70421d5ecb
7 changed files with 14 additions and 0 deletions
|
@ -55,6 +55,8 @@
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
wait-online.anyInterface = true;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"40-eth0" = {
|
"40-eth0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
|
|
@ -44,6 +44,8 @@
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
wait-online.anyInterface = true;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"40-eth0" = {
|
"40-eth0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
|
|
@ -48,6 +48,8 @@
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
wait-online.anyInterface = true;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"40-eth0" = {
|
"40-eth0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
|
|
@ -45,6 +45,8 @@
|
||||||
network = {
|
network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
wait-online.anyInterface = true;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"40-eth0" = {
|
"40-eth0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
|
|
@ -41,6 +41,8 @@
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
wait-online.anyInterface = true;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"40-eth0" = {
|
"40-eth0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
|
|
@ -41,6 +41,8 @@
|
||||||
network = {
|
network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
wait-online.anyInterface = true;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"40-eth0" = {
|
"40-eth0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
|
|
@ -53,6 +53,8 @@
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
wait-online.anyInterface = true;
|
||||||
|
|
||||||
networks = {
|
networks = {
|
||||||
"40-eth0" = {
|
"40-eth0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
|
|
Loading…
Reference in a new issue