diff options
author | John Ericson <git@JohnEricson.me> | 2023-06-15 07:41:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 07:41:37 -0400 |
commit | e1fa48f17c0bb0f73e97e684077cec8dfa1d7a3d (patch) | |
tree | 63eff563f6450c654c7b6a5c6201fbde50c46280 /src/nix | |
parent | b7d47e1d22e7ce2785487d325cc3dd35a43f16b5 (diff) |
Update src/nix/daemon.cc
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/daemon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/daemon.cc b/src/nix/daemon.cc index 09adab5d3..a57070c56 100644 --- a/src/nix/daemon.cc +++ b/src/nix/daemon.cc @@ -81,7 +81,7 @@ struct AuthorizationSettings : Config { > **Note** > - > Trusted users are always allowed to connect to the Nix daemon. + > Trusted users (set in [`trusted-users`](#conf-trusted-users)) can always to connect to the Nix daemon. )"}; }; |