Massively decrease the timeout waiting for the network to come online
This commit is contained in:
parent
c1446b9e51
commit
3fcadf2047
1 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,10 @@
|
|||
services.swapspace.enable = true;
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
wait-online.anyInterface = true;
|
||||
wait-online = {
|
||||
anyInterface = true;
|
||||
timeout = 10;
|
||||
};
|
||||
};
|
||||
time.timeZone = "UTC";
|
||||
zramSwap.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue