aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-08-31 11:47:42 -0400
committerGraham Christensen <graham@grahamc.com>2018-09-01 10:45:57 -0400
commit4be7652dd3c577ce0890ee849c041e4cb59a3db7 (patch)
tree53ff8b96de0d2037dd3f16b202b1b6ad802200e8 /doc
parent51f9682a8b16c4f97856510c1cc99576326c9192 (diff)
release notes: note that the multi-user installer is available but not selected for Linux with systemd, and the bug about selinux
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/release-notes/rl-2.1.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/manual/release-notes/rl-2.1.xml b/doc/manual/release-notes/rl-2.1.xml
index 9a5f37f66..20a8e4ea6 100644
--- a/doc/manual/release-notes/rl-2.1.xml
+++ b/doc/manual/release-notes/rl-2.1.xml
@@ -49,8 +49,38 @@ new features:</para>
<varname>nix-support/propagated-user-env-packages</varname>.</para>
</listitem>
+ <listitem>
+ <para>The Nix installer will no longer default to the Multi-User
+ installation for macOS. You can still <link
+ linkend="sect-multi-user-installation">instruct the installer to
+ run in multi-user mode</link>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>The Nix installer now supports performing a Multi-User
+ installation for Linux computers which are running systemd. You
+ can <link
+ linkend="sect-multi-user-installation">select a Multi-User installation</link> by passing the
+ <option>--daemon</option> flag to the installer: <command>sh &lt;(curl
+ https://nixos.org/nix/install) --daemon</command>.
+ </para>
+
+ <para>The multi-user installer cannot handle systems with SELinux.
+ If your system has SELinux enabled, you can <link
+ linkend="sect-single-user-installation">force the installer to run
+ in single-user mode</link>.</para>
+ </listitem>
+
</itemizedlist>
+<para>
+ Multi-user Nix users on macOS can upgrade Nix by running
+ <command>sudo -i sh -c 'nix-channel --update &amp;&amp; nix-env -iA
+ nixpkgs.nix'; sudo launchctl stop org.nixos.nix-daemon; sudo
+ launchctl start org.nixos.nix-daemon</command>.
+</para>
+
<para>This release has contributions from
Adrien Devresse,