security.polkit.adminIdentities
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
- <nixpkgs/nixos/modules/security/polkit.nix>