summaryrefslogtreecommitdiffstats
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 2934cd19a8c1..120348a74bfb 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 (lib.mdDoc "HP Smart Array kernel modules and CLI utility");
+ enable = mkEnableOption "HP Smart Array kernel modules and CLI utility";
};
};