mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix broken links
This commit is contained in:
parent
2b7214197e
commit
705a7b9fd8
2 changed files with 3 additions and 2 deletions
|
@ -102,7 +102,7 @@ Most Nix commands interpret the following environment variables:
|
|||
|
||||
This variable should be set to `daemon` if you want to use the Nix
|
||||
daemon to execute Nix operations. This is necessary in [multi-user
|
||||
Nix installations](@docroot@/installation/multi-user.md). If the Nix
|
||||
Nix installations](@docroot@/installation/security.md#multi-user-model). If the Nix
|
||||
daemon's Unix socket is at some non-standard path, this variable
|
||||
should be set to `unix://path/to/socket`. Otherwise, it should be
|
||||
left unset.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# 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.
|
||||
Nix follows a [multi-user](./security.md#multi-user-model) model on both Linux
|
||||
and macOS.
|
||||
|
||||
```console
|
||||
$ curl -L https://nixos.org/nix/install | sh -s -- --daemon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue