aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-06-16 17:58:01 +0200
committerGitHub <noreply@github.com>2023-06-16 17:58:01 +0200
commitf695a74751c314cc426ff7bbc67ce5de8b58bbfd (patch)
treeff342a202eec50c9cc8f6a24f677ba51f2423588 /src/libstore/globals.hh
parentbaef05e6fefb46b3bdddb2785861bd7190920506 (diff)
Update src/libstore/globals.hh
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index d2efd1505..05aa8288a 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -711,7 +711,7 @@ public:
this, {}, "trusted-substituters",
R"(
A list of [Nix store URLs](@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).
+ These are not used by default, but users of the Nix daemon can enable them by specifying [`substituters`](#conf-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`.
)",