aboutsummaryrefslogtreecommitdiff
path: root/src/nix/daemon.cc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-06-16 14:33:31 +0200
committerGitHub <noreply@github.com>2023-06-16 14:33:31 +0200
commit4a33d5fe3549137bacf9373e5ba7bfe11a421099 (patch)
tree75e5274fb86cbbe0d1a69e71b3b1cb38bea02a92 /src/nix/daemon.cc
parent2ceacce484e21ac116a79c74877327355fd153d0 (diff)
fix link text
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'src/nix/daemon.cc')
-rw-r--r--src/nix/daemon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/daemon.cc b/src/nix/daemon.cc
index a57070c56..d0e70a7b1 100644
--- a/src/nix/daemon.cc
+++ b/src/nix/daemon.cc
@@ -56,7 +56,7 @@ struct AuthorizationSettings : Config {
this, {"root"}, "trusted-users",
R"(
A list of user names, separated by whitespace.
- These users will have additional rights when connecting to the Nix daemon, such as the ability to specify additional [substituters](#conf-substituters), or to import unsigned [NAR](@docroot@/glossary.md#gloss-nar)s.
+ These users will have additional rights when connecting to the Nix daemon, such as the ability to specify additional [substituters](#conf-substituters), or to import unsigned [NARs](@docroot@/glossary.md#gloss-nar).
You can also specify groups by prefixing names with `@`.
For instance, `@wheel` means all users in the `wheel` group.