services.adguardhome.allowDHCP

NixOS option

Allows AdGuard Home to open raw sockets (CAP_NET_RAW), which is required for the integrated DHCP server. The default enables this conditionally if the declarative configuration enables the integrated DHCP server. Manually setting this option is only required for non-declarative setups.

type: boolean
Default
config.services.adguardhome.settings.dhcp.enabled or false
declared in: nixos/modules/services/networking/adguardhome.nixView source on NixOS/nixpkgs →