MyNixOS website logo
option

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.

Declarations
Type
list of string
Default
[
  "unix-group:wheel"
]
Example
[
  "unix-user:alice"
  "unix-group:admin"
]