Update src/libstore/globals.hh
This commit is contained in:
parent
e1fa48f17c
commit
2ceacce484
|
@ -713,7 +713,7 @@ public:
|
|||
A list of [URLs of Nix stores](@docroot@/command-ref/new-cli/nix3-help-stores.md#store-url-format), separated by whitespace.
|
||||
These are not used by default, but can be enabled by users of the Nix daemon by specifying [`substituters`](#conf-substituters).
|
||||
|
||||
Unprivileged users are allowed to pass as `substituters` only those URLs listed in `trusted-substituters`.
|
||||
Unprivileged users (those set in only [`allowed-users`](#conf-allowed-users) but not [`trusted-users`](#conf-trusted-users)) can pass as `substituters` only those URLs listed in `trusted-substituters`.
|
||||
)",
|
||||
{"trusted-binary-caches"}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue