forked from lix-project/lix
* Fix a bug in the documentation (reported by Olexiy Buyanskyy,
Nix/215).
This commit is contained in:
parent
802c2651c8
commit
48bdbbf070
|
@ -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.,
|
||||
|
|
Loading…
Reference in a new issue