summary refs log tree commit diff
path: root/nixos/modules/services/hardware/bolt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/bolt.nix')
-rw-r--r--nixos/modules/services/hardware/bolt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/bolt.nix b/nixos/modules/services/hardware/bolt.nix
index 32b60af0603..6990a9ea63b 100644
--- a/nixos/modules/services/hardware/bolt.nix
+++ b/nixos/modules/services/hardware/bolt.nix
@@ -12,7 +12,7 @@ with lib;
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Whether to enable Bolt, a userspace daemon to enable
           security levels for Thunderbolt 3 on GNU/Linux.