about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2024-02-09 10:47:08 +0100
committerfricklerhandwerk <valentin@fricklerhandwerk.de>2024-02-09 10:47:08 +0100
commitb1f6e081777d7b601771a3cf0c40ca41b9b215c7 (patch)
tree8c08d1fde9d5baeda5b5701430cbcb7690593a62 /nixos
parent89b57cd1828e12fadbb4b0025f98dc442283d030 (diff)
doc: add link to Nix manual
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/nix-gc.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/nix-gc.nix b/nixos/modules/services/misc/nix-gc.nix
index de6bd76c7eb9d..656cbad813734 100644
--- a/nixos/modules/services/misc/nix-gc.nix
+++ b/nixos/modules/services/misc/nix-gc.nix
@@ -64,8 +64,7 @@ in
         example = "--max-freed $((64 * 1024**3))";
         type = lib.types.singleLineStr;
         description = lib.mdDoc ''
-          Options given to {file}`nix-collect-garbage` when the
-          garbage collector is run automatically.
+          Options given to [`nix-collect-garbage`](https://nixos.org/manual/nix/stable/command-ref/nix-collect-garbage) when the garbage collector is run automatically.
         '';
       };