diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-06-16 14:34:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 14:34:11 +0200 |
commit | 1a8ca85d488ddacf26f2aeddddab926c0e081d98 (patch) | |
tree | 19766df9d6400e535155c541ddd93b0575caa27c /src/libstore/globals.hh | |
parent | 4a33d5fe3549137bacf9373e5ba7bfe11a421099 (diff) |
use "store URLs" consistently
Diffstat (limited to 'src/libstore/globals.hh')
-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 46147a5e1..d2efd1505 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -710,7 +710,7 @@ public: Setting<StringSet> trustedSubstituters{ this, {}, "trusted-substituters", R"( - A list of [URLs of Nix stores](@docroot@/command-ref/new-cli/nix3-help-stores.md#store-url-format), separated by whitespace. + 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). 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`. |