summary refs log tree commit diff
path: root/nixos/modules/services/misc/sysprof.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/sysprof.nix')
-rw-r--r--nixos/modules/services/misc/sysprof.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/sysprof.nix b/nixos/modules/services/misc/sysprof.nix
index ab91a8b586a23..25c5b0fabf617 100644
--- a/nixos/modules/services/misc/sysprof.nix
+++ b/nixos/modules/services/misc/sysprof.nix
@@ -3,7 +3,7 @@
 {
   options = {
     services.sysprof = {
-      enable = lib.mkEnableOption "sysprof profiling daemon";
+      enable = lib.mkEnableOption (lib.mdDoc "sysprof profiling daemon");
     };
   };