swann: make systemd-networkd-wait-online wait for _any_ NIC
This commit is contained in:
parent
f15e112da7
commit
6353ce6603
1 changed files with 4 additions and 0 deletions
|
@ -700,5 +700,9 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.systemd-networkd-wait-online.serviceConfig = {
|
||||||
|
ExecStart = [ "" "${config.systemd.package}/lib/systemd/systemd-networkd-wait-online --any" ];
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "21.03";
|
system.stateVersion = "21.03";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue