services.routinator.extraServerArgs

NixOS option

Extra arguments passed to the server subcommand, see https://routinator.docs.nlnetlabs.nl/en/stable/manual-page.html#subcmd-server for options.“;

type: list of string
Default
[ ]
Example
[
  "--rtr-client-metrics"
]
declared in: nixos/modules/services/networking/routinator.nixView source on NixOS/nixpkgs →