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 stringDefault
[ "unix-group:wheel" ]
Example
declared in: nixos/modules/security/polkit.nixView source on NixOS/nixpkgs →[ "unix-user:alice" "unix-group:admin" ]