services.nextdns.arguments

NixOS option

Additional arguments to be passed to nextdns run.

type: list of string
Default
[ ]
Example
[
  "-config"
  "10.0.3.0/24=abcdef"
]
declared in: nixos/modules/services/networking/nextdns.nixView source on NixOS/nixpkgs →