mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Fix permission on /nix/store in the manual for multi-user installs
(reported by Silvio Frischknecht).
This commit is contained in:
parent
a12095d3be
commit
325b5a8aee
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ bit turned on (like <filename>/tmp</filename>):
|
|||
|
||||
<screen>
|
||||
$ chgrp nixbld /nix/store
|
||||
$ chmod 1777 /nix/store
|
||||
$ chmod 1775 /nix/store
|
||||
</screen>
|
||||
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue