services.timekpr.adminUsers

NixOS option

All listed users will become part of the timekpr group so they can manage timekpr settings without requiring sudo.

type: list of string
Default
[ ]
Example
[
  "alice"
  "bob"
]
declared in: nixos/modules/services/security/timekpr.nixView source on NixOS/nixpkgs →