services.yggdrasil.denyDhcpcdInterfaces

NixOS option

Disable the DHCP client for any interface whose name matches any of the shell glob patterns in this list. Use this option to prevent the DHCP client from broadcasting requests on the yggdrasil network. It is only necessary to do so when yggdrasil is running in TAP mode, because TUN interfaces do not support broadcasting.

type: list of string
Default
[ ]
Example
[
  "tap*"
]
declared in: nixos/modules/services/networking/yggdrasil.nixView source on NixOS/nixpkgs →