nix.settings.allowed-users
A list of names of users (separated by whitespace) that are
allowed to connect to the Nix daemon. As with
nix.settings.trusted-users, you can specify groups by
prefixing them with @. Also, you can
allow all users by specifying *. The
default is *. Note that trusted users are
always allowed to connect.
- Type
list of string- Default
[ "*" ]- Example
[ "@wheel" "@builders" "alice" "bob" ]- Declared
- <nixpkgs/nixos/modules/config/nix.nix>