security.polkit.adminIdentities

NixOS option

Specifies which users are considered “administrators”, for those actions that require the user to authenticate as an administrator (i.e. have an auth_admin value). By default, this is all users in the wheel group.

type: list of string
Default
[
  "unix-group:wheel"
]
Example
[
  "unix-user:alice"
  "unix-group:admin"
]
declared in: nixos/modules/security/polkit.nixView source on NixOS/nixpkgs →