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, @admin means all users in the wheel group.

Type
list of string
Example
[
  "root"
  "alice"
  "@admin"
]
Declared
<nix-darwin/modules/nix>