Disable waiting for network online

It makes rebuilds take forever.
This commit is contained in:
Eli Ribble 2024-12-18 10:41:58 -07:00
parent 484b12dcdc
commit dec120533b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
};
systemd.network.enable = true;
systemd.network.wait-online.enable = true;
systemd.network.wait-online.enable = false;
# Set your time zone.
time.timeZone = "America/Phoenix";