nix.settings.trusted-users
A list of names of users that have additional rights when
connecting to the Nix daemon, such as the ability to specify
additional binary caches, or to import unsigned NARs. You
can also specify groups by prefixing them with
@; for instance,
@wheel means all users in the wheel
group.
- Type
list of string- Example
[ "root" "alice" "@wheel" ]- Declared
- <nixpkgs/nixos/modules/config/nix.nix>