summary refs log tree commit diff
path: root/nixos/modules/tasks/powertop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/tasks/powertop.nix')
-rw-r--r--nixos/modules/tasks/powertop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/powertop.nix b/nixos/modules/tasks/powertop.nix
index e8064f9fa80c6..3839b7a4260e0 100644
--- a/nixos/modules/tasks/powertop.nix
+++ b/nixos/modules/tasks/powertop.nix
@@ -7,7 +7,7 @@ let
 in {
   ###### interface
 
-  options.powerManagement.powertop.enable = mkEnableOption "powertop auto tuning on startup";
+  options.powerManagement.powertop.enable = mkEnableOption (lib.mdDoc "powertop auto tuning on startup");
 
   ###### implementation