security.polkit.extraArgs

NixOS option

List of arguments to pass to the polkitd executable. To see debug logs you need to negate the default --no-debug setting.

type: list of string
Default
[
  "--no-debug"
  "--log-level=notice"
]
declared in: nixos/modules/security/polkit.nixView source on NixOS/nixpkgs →