about summary refs log tree commit diff
path: root/nixos/modules/services/misc/fstrim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/fstrim.nix')
-rw-r--r--nixos/modules/services/misc/fstrim.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/fstrim.nix b/nixos/modules/services/misc/fstrim.nix
index 6d57cef350d2..83e7ca359b22 100644
--- a/nixos/modules/services/misc/fstrim.nix
+++ b/nixos/modules/services/misc/fstrim.nix
@@ -16,12 +16,12 @@ in {
       interval = mkOption {
         type = types.str;
         default = "weekly";
-        description = ''
+        description = lib.mdDoc ''
           How often we run fstrim. For most desktop and server systems
           a sufficient trimming frequency is once a week.
 
           The format is described in
-          <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
+          {manpage}`systemd.time(7)`.
         '';
       };
     };