boot.initrd.network.udhcpc.enable

NixOS option

Enables the udhcpc service during stage 1 of the boot process. This defaults to networking.useDHCP. Therefore, this useful if useDHCP is off but the initramfs should do dhcp.

type: boolean
Default
config.networking.useDHCP
declared in: nixos/modules/system/boot/initrd-network.nixView source on NixOS/nixpkgs →