From feb60c54a92efe017bdc388a381c2c682a887b33 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 25 Feb 2025 15:27:06 -0300 Subject: [PATCH] Fix links again --- doc/manual/source/command-ref/env-common.md | 2 +- doc/manual/source/installation/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/command-ref/env-common.md b/doc/manual/source/command-ref/env-common.md index 9f7f34423..bd428a232 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/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 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 f5ad817df..a4e2c5af0 100644 --- a/doc/manual/source/installation/index.md +++ b/doc/manual/source/installation/index.md @@ -1,7 +1,7 @@ # Installation 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. ```console