about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorIan Kerins <git@isk.haus>2023-06-11 23:17:50 -0400
committerGitHub <noreply@github.com>2023-06-11 23:17:50 -0400
commit2f20e0e13100f97cb382ebde88cc2215cfde255c (patch)
treec1343d24f21ac8cd4a9c59c44aebca852ef95e4b /nixos
parent6260c353eff0c8e3c3008663e5aacfeac403d928 (diff)
downloadnixlib-2f20e0e13100f97cb382ebde88cc2215cfde255c.tar
nixlib-2f20e0e13100f97cb382ebde88cc2215cfde255c.tar.gz
nixlib-2f20e0e13100f97cb382ebde88cc2215cfde255c.tar.bz2
nixlib-2f20e0e13100f97cb382ebde88cc2215cfde255c.tar.lz
nixlib-2f20e0e13100f97cb382ebde88cc2215cfde255c.tar.xz
nixlib-2f20e0e13100f97cb382ebde88cc2215cfde255c.tar.zst
nixlib-2f20e0e13100f97cb382ebde88cc2215cfde255c.zip
nixos/nix-daemon: fix URL for nix.conf
The existing URL no longer takes you somewhere useful.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index 26dbae344164..7b1282b15b31 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -648,7 +648,7 @@ in
         '';
         description = lib.mdDoc ''
           Configuration for Nix, see
-          <https://nixos.org/manual/nix/stable/#sec-conf-file> or
+          <https://nixos.org/manual/nix/stable/command-ref/conf-file.html> or
           {manpage}`nix.conf(5)` for available options.
           The value declared here will be translated directly to the key-value pairs Nix expects.