summary refs log tree commit diff
path: root/nixos/modules/services/hardware/throttled.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/throttled.nix')
-rw-r--r--nixos/modules/services/hardware/throttled.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/throttled.nix b/nixos/modules/services/hardware/throttled.nix
index 1905eb565c6dc..559b29627cb80 100644
--- a/nixos/modules/services/hardware/throttled.nix
+++ b/nixos/modules/services/hardware/throttled.nix
@@ -12,7 +12,7 @@ in {
       extraConfig = mkOption {
         type = types.str;
         default = "";
-        description = "Alternative configuration";
+        description = lib.mdDoc "Alternative configuration";
       };
     };
   };