about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-06-12 17:01:15 +0200
committerGitHub <noreply@github.com>2023-06-12 17:01:15 +0200
commit7e63eed145566cca98158613f3700515b4009ce3 (patch)
tree929afb71502ddfd5b5b7293dbbbc8936c3dfd569 /nixos
parentbbc050eaabbbd041a3fead67cb265ce56a999519 (diff)
parent2f20e0e13100f97cb382ebde88cc2215cfde255c (diff)
downloadnixlib-7e63eed145566cca98158613f3700515b4009ce3.tar
nixlib-7e63eed145566cca98158613f3700515b4009ce3.tar.gz
nixlib-7e63eed145566cca98158613f3700515b4009ce3.tar.bz2
nixlib-7e63eed145566cca98158613f3700515b4009ce3.tar.lz
nixlib-7e63eed145566cca98158613f3700515b4009ce3.tar.xz
nixlib-7e63eed145566cca98158613f3700515b4009ce3.tar.zst
nixlib-7e63eed145566cca98158613f3700515b4009ce3.zip
Merge pull request #237282 from isker/patch-3
nixos/nix-daemon: fix URL for nix.conf
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.