Massively decrease the timeout waiting for the network to come online

This commit is contained in:
Eli Ribble 2025-08-27 17:51:35 +00:00
parent c1446b9e51
commit 3fcadf2047

View file

@ -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;