* Fix a bug in the documentation (reported by Olexiy Buyanskyy,

Nix/215).
This commit is contained in:
Eelco Dolstra 2011-03-15 13:12:59 +00:00
parent 802c2651c8
commit 48bdbbf070
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ is a special account called <literal>nix</literal>, but it can be
named anything. It should own the Nix store and database:
<screen>
$ chown -R root /nix/store /nix/var/nix</screen>
$ chown -R nix /nix/store /nix/var/nix</screen>
and of course <command>nix-worker --daemon</command> should be started
under that user, e.g.,