summary refs log tree commit diff
path: root/nixos/modules/hardware/raid/hpsa.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/raid/hpsa.nix')
-rw-r--r--nixos/modules/hardware/raid/hpsa.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/raid/hpsa.nix b/nixos/modules/hardware/raid/hpsa.nix
index 120348a74bf..2934cd19a8c 100644
--- a/nixos/modules/hardware/raid/hpsa.nix
+++ b/nixos/modules/hardware/raid/hpsa.nix
@@ -48,7 +48,7 @@ in {
 
   options = {
     hardware.raid.HPSmartArray = {
-      enable = mkEnableOption "HP Smart Array kernel modules and CLI utility";
+      enable = mkEnableOption (lib.mdDoc "HP Smart Array kernel modules and CLI utility");
     };
   };