diff options
Diffstat (limited to 'doc/manual/src/installation/installation.md')
-rw-r--r-- | doc/manual/src/installation/installation.md | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/doc/manual/src/installation/installation.md b/doc/manual/src/installation/installation.md index dafdeb667..d05445eab 100644 --- a/doc/manual/src/installation/installation.md +++ b/doc/manual/src/installation/installation.md @@ -1,38 +1,15 @@ # Installation -This section describes how to install and configure Nix for first-time use. +See https://lix.systems/install/ for more details. -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 -$ bash <(curl -L https://nixos.org/nix/install) --daemon -``` - -## Single-user - -> Single-user is not supported on Mac. - -This installation has less requirements than the multi-user install, however it -cannot offer equivalent sharing, isolation, or security. - -This option is suitable for systems without systemd. - -```console -$ bash <(curl -L https://nixos.org/nix/install) --no-daemon -``` +FIXME(Lix): Distributions section is probably good but is definitely outdated as of this writing given nobody has packaged Lix yet (2024-05-05) ## Distributions The Nix community maintains installers for several distributions. They can be found in the [`nix-community/nix-installers`](https://github.com/nix-community/nix-installers) repository. + +--> |