summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/usb-storage.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/usb-storage.nix')
-rw-r--r--nixos/modules/hardware/usb-storage.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/usb-storage.nix b/nixos/modules/hardware/usb-storage.nix
index 3cb2c60d7ccd..6e20b93d2262 100644
--- a/nixos/modules/hardware/usb-storage.nix
+++ b/nixos/modules/hardware/usb-storage.nix
@@ -5,7 +5,7 @@ with lib;
options.hardware.usbStorage.manageStartStop = mkOption {
type = types.bool;
default = true;
- description = lib.mdDoc ''
+ description = ''
Enable this option to gracefully spin-down external storage during shutdown.
If you suspect improper head parking after poweroff, install `smartmontools` and check
for the `Power-Off_Retract_Count` field for an increment.