1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Fix broken links

This commit is contained in:
Luc Perkins 2025-02-25 15:24:15 -03:00
parent 2b7214197e
commit 705a7b9fd8
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -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