hardware.facter.detected.dhcp.interfaces

NixOS option

List of network interface names to configure with DHCP. Defaults to auto-detected physical interfaces.

type: list of string
Default
automatically detected from facter report
Example
[
  "eth0"
  "wlan0"
]
declared in: nixos/modules/hardware/facter/networkingView source on NixOS/nixpkgs →