diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-09-01T20·43+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-01T20·43+0200 |
commit | 1f4992660136d47c2e782874fc4eeb451051c3d6 (patch) | |
tree | 03bce04173d9710a2163f9e40b2162336f650987 /doc/manual/release-notes/rl-2.1.xml | |
parent | c5ab07ec2b4eea5d7f4c5e4ef74d4b274ac943b7 (diff) | |
parent | c42eaaf684a6b1f7358d33cfaea1614885467d72 (diff) |
Merge pull request #2388 from grahamc/graham/document-multi-user
Document multi-user installation, and add release notes about it not being the default on 2.1
Diffstat (limited to 'doc/manual/release-notes/rl-2.1.xml')
-rw-r--r-- | doc/manual/release-notes/rl-2.1.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/manual/release-notes/rl-2.1.xml b/doc/manual/release-notes/rl-2.1.xml index 9a5f37f6625d..3cace13f10f0 100644 --- a/doc/manual/release-notes/rl-2.1.xml +++ b/doc/manual/release-notes/rl-2.1.xml @@ -49,6 +49,29 @@ 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 <(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>This release has contributions from |