services.unbound.localControlSocketPath
When not set to null this option defines the path
at which the unbound remote control socket should be created at. The
socket will be owned by the unbound user (unbound)
and group will be nogroup.
Users that should be permitted to access the socket must be in the
config.services.unbound.group group.
If this option is null remote control will not be
enabled. Unbounds default values apply.
- Type
null or string- Default
null- Example
"/run/unbound/unbound.ctl"- Declared
- <nixpkgs/nixos/modules/services/networking/unbound.nix>