1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Remove part about creating a separate nix user

This commit is contained in:
Philip Munksgaard 2017-10-20 14:00:15 +02:00
parent 0adec7659d
commit 859b063cdf

View file

@ -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