MyNixOS website logo
option

hardware.facter.detected.dhcp.interfaces

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

Declarations
Type
list of string
Default
automatically detected from facter report
Example
[
  "eth0"
  "wlan0"
]