MyNixOS website logo
option

services.resolved.llmnr

Controls Link-Local Multicast Name Resolution support (RFC 4795) on the local host.

If set to

  • "true": Enables full LLMNR responder and resolver support.
  • "false": Disables both.
  • "resolve": Only resolution support is enabled, but responding is disabled.
Declarations
Type
one of "true", "resolve", "false"
Default
"true"
Example
"false"