MyNixOS website logo
option

security.account-utils.extraArgs

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

Declarations
Type
list of non-empty string
Default
[ ]
Example
[
  "--debug"
  "-v"
]