diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-06-15 15:57:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 15:57:54 +0200 |
commit | 2ceacce484e21ac116a79c74877327355fd153d0 (patch) | |
tree | 22672c6cfd1b2fe961518fad4a0d8116fb1278a7 /src | |
parent | e1fa48f17c0bb0f73e97e684077cec8dfa1d7a3d (diff) |
Update src/libstore/globals.hh
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index f63ec8b50..46147a5e1 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -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"}}; |