diff --git a/thenix/etc/nixos/configuration.nix b/thenix/etc/nixos/configuration.nix index 06f36cf..517822a 100644 --- a/thenix/etc/nixos/configuration.nix +++ b/thenix/etc/nixos/configuration.nix @@ -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";