1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

Fix links again

This commit is contained in:
Luc Perkins 2025-02-25 15:27:06 -03:00
parent 705a7b9fd8
commit feb60c54a9
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
2 changed files with 2 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 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 daemon to execute Nix operations. This is necessary in [multi-user
Nix installations](@docroot@/installation/security.md#multi-user-model). If the Nix Nix installations](@docroot@/installation/nix-security.md#multi-user-model). If the Nix
daemon's Unix socket is at some non-standard path, this variable daemon's Unix socket is at some non-standard path, this variable
should be set to `unix://path/to/socket`. Otherwise, it should be should be set to `unix://path/to/socket`. Otherwise, it should be
left unset. left unset.

View file

@ -1,7 +1,7 @@
# 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](./security.md#multi-user-model) model on both Linux Nix follows a [multi-user](./nix-security.md#multi-user-model) model on both Linux
and macOS. and macOS.
```console ```console