From 705a7b9fd809612c88a978a28501e7ef225d633b Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 25 Feb 2025 15:24:15 -0300 Subject: [PATCH] Fix broken links --- doc/manual/source/command-ref/env-common.md | 2 +- doc/manual/source/installation/index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/command-ref/env-common.md b/doc/manual/source/command-ref/env-common.md index ee3995111..9f7f34423 100644 --- a/doc/manual/source/command-ref/env-common.md +++ b/doc/manual/source/command-ref/env-common.md @@ -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. diff --git a/doc/manual/source/installation/index.md b/doc/manual/source/installation/index.md index b2c908053..f5ad817df 100644 --- a/doc/manual/source/installation/index.md +++ b/doc/manual/source/installation/index.md @@ -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