1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 19:57:59 +02:00

Remove one more reference to single-user mode

This commit is contained in:
Luc Perkins 2025-02-25 14:40:53 -03:00
parent ff8da340ae
commit d0b6f2f26f
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -1,18 +1,11 @@
# Installation # Installation
This section describes how to install and configure Nix for first-time use. 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). ```console
$ curl -L https://nixos.org/nix/install | sh -s -- --daemon
## 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
> **Updating to macOS 15 Sequoia** > **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. > 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 ## Distributions
The Nix community maintains installers for several distributions. The Nix community maintains installers for several distributions.