From 2f20e0e13100f97cb382ebde88cc2215cfde255c Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Sun, 11 Jun 2023 23:17:50 -0400 Subject: [PATCH] nixos/nix-daemon: fix URL for nix.conf The existing URL no longer takes you somewhere useful. --- nixos/modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - or + or {manpage}`nix.conf(5)` for available options. The value declared here will be translated directly to the key-value pairs Nix expects.