services.webhook.extraArgs

NixOS option

These are arguments passed to the webhook command in the systemd service. You can find the available arguments and options in the documentation.

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