summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/das_watchdog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/das_watchdog.nix')
-rw-r--r--nixos/modules/services/monitoring/das_watchdog.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/das_watchdog.nix b/nixos/modules/services/monitoring/das_watchdog.nix
index 88ca3a9227d..fd420b0c8a0 100644
--- a/nixos/modules/services/monitoring/das_watchdog.nix
+++ b/nixos/modules/services/monitoring/das_watchdog.nix
@@ -12,7 +12,7 @@ in {
   ###### interface
 
   options = {
-    services.das_watchdog.enable = mkEnableOption "realtime watchdog";
+    services.das_watchdog.enable = mkEnableOption (lib.mdDoc "realtime watchdog");
   };
 
   ###### implementation