security.account-utils.extraArgs

NixOS option

List of arguments to pass to the socket activated service executables. This is passed to both pwupdd and pwaccessd, which support identical flags.

type: list of non-empty string
Default
[ ]
Example
[
  "--debug"
  "-v"
]
declared in: nixos/modules/security/account-utils.nixView source on NixOS/nixpkgs →