summary refs log tree commit diff
path: root/nixos/modules/hardware/usb-wwan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/usb-wwan.nix')
-rw-r--r--nixos/modules/hardware/usb-wwan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/usb-wwan.nix b/nixos/modules/hardware/usb-wwan.nix
index 679a6c6497c..69673872cf9 100644
--- a/nixos/modules/hardware/usb-wwan.nix
+++ b/nixos/modules/hardware/usb-wwan.nix
@@ -11,7 +11,7 @@ with lib;
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Enable this option to support USB WWAN adapters.
         '';
       };