mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-14 15:47:10 +00:00
Remove part about creating a separate nix user
This commit is contained in:
parent
0adec7659d
commit
859b063cdf
1 changed files with 0 additions and 18 deletions
|
@ -28,24 +28,6 @@
|
|||
<section>
|
||||
<title>Download and Installation</title>
|
||||
|
||||
<para>
|
||||
To ensure we don't mess with the system, we can create a
|
||||
custom user, called <literal>nix</literal>, to let him own the Nix store.
|
||||
It is possible to follow the pills without creating this user, but we
|
||||
recommend doing so.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
As root:
|
||||
</para>
|
||||
|
||||
<screen><xi:include href="./02/add-user-chown.txt" parse="text" /></screen>
|
||||
|
||||
<para>
|
||||
From now on, all the operations we do on the shell are done from
|
||||
this nix user.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To install Nix, run <command>curl https://nixos.org/nix/install | sh</command>
|
||||
as a non-root user and follow the instructions. Alternatively, you may
|
||||
|
|
Loading…
Reference in a new issue