mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
do not refer to trusted-users
another time
This commit is contained in:
parent
1a8ca85d48
commit
126eea48e3
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ struct AuthorizationSettings : Config {
|
||||||
A list user names, separated by whitespace.
|
A list user names, separated by whitespace.
|
||||||
These users are allowed to connect to the Nix daemon.
|
These users are allowed to connect to the Nix daemon.
|
||||||
|
|
||||||
As with the [`trusted-users`](#conf-trusted-users) option, you can specify groups by prefixing names with `@`.
|
You can specify groups by prefixing names with `@`.
|
||||||
|
For instance, `@wheel` means all users in the `wheel` group.
|
||||||
Also, you can allow all users by specifying `*`.
|
Also, you can allow all users by specifying `*`.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
|
|
Loading…
Reference in a new issue