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:
parent
ff8da340ae
commit
d0b6f2f26f
1 changed files with 4 additions and 15 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue