network: don't wait for all interfaces to be online

This commit is contained in:
Sandro - 2023-10-29 18:50:22 +01:00
parent 01572b34c2
commit 933cdbac0c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -114,5 +114,7 @@ in
networkConfig.Bridge = net;
};
}) {} ctNets;
wait-online.anyInterface = true;
};
}