services.portmaster.extraArgs

NixOS option

Extra command-line arguments to pass to portmaster-core. Do not include secrets because these arguments are visible in the generated systemd unit and process list.

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