From d0b6f2f26fd06258a6cf10ee9ddf85c7accf4c01 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 25 Feb 2025 14:40:53 -0300 Subject: [PATCH] Remove one more reference to single-user mode --- doc/manual/source/installation/index.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/doc/manual/source/installation/index.md b/doc/manual/source/installation/index.md index d71634946..b2c908053 100644 --- a/doc/manual/source/installation/index.md +++ b/doc/manual/source/installation/index.md @@ -1,18 +1,11 @@ # Installation This section describes how to install and configure Nix for first-time use. +Nix follows a [multi-user](./multi-user.md) model on both Linux and macOS. -The current recommended option on Linux and MacOS is [multi-user](#multi-user). - -## Multi-user - -This installation offers better sharing, improved isolation, and more security -over a single user installation. - -This option requires either: - -* Linux running systemd, with SELinux disabled -* MacOS +```console +$ curl -L https://nixos.org/nix/install | sh -s -- --daemon +``` > **Updating to macOS 15 Sequoia** > @@ -22,10 +15,6 @@ This option requires either: > ``` > when running Nix commands, refer to GitHub issue [NixOS/nix#10892](https://github.com/NixOS/nix/issues/10892) for instructions to fix your installation without reinstalling. -```console -$ curl -L https://nixos.org/nix/install | sh -s -- --daemon -``` - ## Distributions The Nix community maintains installers for several distributions.