summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/hdaps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/hdaps.nix')
-rw-r--r--nixos/modules/services/monitoring/hdaps.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/hdaps.nix b/nixos/modules/services/monitoring/hdaps.nix
index 2cad3b84d847c..59b8b9b3c0549 100644
--- a/nixos/modules/services/monitoring/hdaps.nix
+++ b/nixos/modules/services/monitoring/hdaps.nix
@@ -9,10 +9,10 @@ in
 {
   options = {
     services.hdapsd.enable = mkEnableOption
-      ''
+      (lib.mdDoc ''
         Hard Drive Active Protection System Daemon,
         devices are detected and managed automatically by udev and systemd
-      '';
+      '');
   };
 
   config = mkIf cfg.enable {