diff options
Diffstat (limited to 'doc/manual/conf-file.xml')
-rw-r--r-- | doc/manual/conf-file.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml index f56cc27264c1..2dc260b35756 100644 --- a/doc/manual/conf-file.xml +++ b/doc/manual/conf-file.xml @@ -201,10 +201,8 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para> under the uid of the Nix process (that is, the uid of the caller if <envar>NIX_REMOTE</envar> is empty, the uid under which the Nix daemon runs if <envar>NIX_REMOTE</envar> is - <literal>daemon</literal>, or the uid that owns the setuid - <command>nix-worker</command> program if <envar>NIX_REMOTE</envar> - is <literal>slave</literal>). Obviously, this should not be used - in multi-user settings with untrusted users.</para> + <literal>daemon</literal>). Obviously, this should not be used in + multi-user settings with untrusted users.</para> </listitem> |