fuuko: Only wait for eno1 to be online
Otherwise it waits 120 seconds for eno2 to be online.
This commit is contained in:
parent
3e82450879
commit
a68f13967c
|
@ -95,4 +95,6 @@
|
|||
};
|
||||
};
|
||||
services.resolved.enable = false;
|
||||
|
||||
systemd.network.wait-online.extraArgs = [ "-i" "eno1" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue