systemd.network.config.dhcpV4Config

NixOS option

Each attribute in this set specifies an option in the [DHCPv4] section of the networkd config. See networkd.conf(5) for details.

type: attribute set of (systemd option)
Default
{ }
Example
{
  DUIDType = "vendor";
}
declared in: nixos/modules/system/boot/networkd.nixView source on NixOS/nixpkgs →