boot.initrd.systemd.network.wait-online.enable

NixOS option

Whether to enable the systemd-networkd-wait-online service. systemd-networkd-wait-online can timeout and fail if there are no network interfaces available for it to manage. When systemd-networkd is enabled but a different service is responsible for managing the system’s internet connection (for example, NetworkManager or connman are used to manage WiFi connections), this service is unnecessary and can be disabled.

type: boolean
Default
true
Example
false
declared in: nixos/modules/system/boot/networkd.nixView source on NixOS/nixpkgs →