fix wait-network
This commit is contained in:
parent
3bafe7c5e4
commit
b0133d2389
1 changed files with 6 additions and 1 deletions
|
@ -26,10 +26,15 @@
|
|||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
# fix wait-online target
|
||||
systemd.services.systemd-networkd-wait-online.serviceConfig.ExecStart = [
|
||||
"" # clear old command
|
||||
"${config.systemd.package}/lib/systemd/systemd-networkd-wait-online --any"
|
||||
];
|
||||
|
||||
systemd.network = {
|
||||
|
||||
enable = true;
|
||||
wait-online.ignoredInterfaces = [ "wlp2s0" ];
|
||||
|
||||
networks."ether" = {
|
||||
matchConfig = {
|
||||
|
|
Loading…
Add table
Reference in a new issue