nix.settings.trusted-users
NixOS option
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 stringDefault
[ ]
Example
declared in: nixos/modules/config/nix.nixView source on NixOS/nixpkgs →[ "root" "alice" "@wheel" ]