summary refs log tree commit diff
path: root/nixos/modules/hardware/sata.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/sata.nix')
-rw-r--r--nixos/modules/hardware/sata.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/sata.nix b/nixos/modules/hardware/sata.nix
index bac24236f7d..5330ba9268b 100644
--- a/nixos/modules/hardware/sata.nix
+++ b/nixos/modules/hardware/sata.nix
@@ -36,7 +36,7 @@ in
   meta.maintainers = with lib.maintainers; [ peterhoeg ];
 
   options.hardware.sata.timeout = {
-    enable = mkEnableOption "SATA drive timeouts";
+    enable = mkEnableOption (lib.mdDoc "SATA drive timeouts");
 
     deciSeconds = mkOption {
       example = 70;