MyNixOS website logo
option

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.

Declarations
Type
list of string
Default
[
  "root"
]
Example
[
  "root"
  "alice"
  "@wheel"
]