Enable wait-online for any interface
NixOS switch mini-pc / switch (push) Failing after 11m42s
NixOS switch cloud-pc / switch (push) Has been cancelled

This commit is contained in:
Dmitry
2026-05-30 11:38:23 +03:00
parent 780707123d
commit 8f3dcc415a
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -44,6 +44,8 @@
options = [ "nofail" ];
};
systemd.network.wait-online.anyInterface = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
+1
View File
@@ -16,6 +16,7 @@
systemd.network = {
enable = true;
wait-online.anyInterface = true;
networks."10-lan" = {
matchConfig.Name = "en*";
networkConfig = {