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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/fstrim.nix b/nixos/modules/services/misc/fstrim.nix
index 83e7ca359b2..36b5f9c8cca 100644
--- a/nixos/modules/services/misc/fstrim.nix
+++ b/nixos/modules/services/misc/fstrim.nix
@@ -11,7 +11,7 @@ in {
   options = {
 
     services.fstrim = {
-      enable = mkEnableOption "periodic SSD TRIM of mounted partitions in background";
+      enable = mkEnableOption (lib.mdDoc "periodic SSD TRIM of mounted partitions in background");
 
       interval = mkOption {
         type = types.str;