summary refs log tree commit diff
path: root/nixos/modules/hardware/rtl-sdr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/rtl-sdr.nix')
-rw-r--r--nixos/modules/hardware/rtl-sdr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/rtl-sdr.nix b/nixos/modules/hardware/rtl-sdr.nix
index e85fc04e29b..7f462005f15 100644
--- a/nixos/modules/hardware/rtl-sdr.nix
+++ b/nixos/modules/hardware/rtl-sdr.nix
@@ -8,7 +8,7 @@ in {
     enable = lib.mkOption {
       type = lib.types.bool;
       default = false;
-      description = ''
+      description = lib.mdDoc ''
         Enables rtl-sdr udev rules, ensures 'plugdev' group exists, and blacklists DVB kernel modules.
         This is a prerequisite to using devices supported by rtl-sdr without being root, since rtl-sdr USB descriptors will be owned by plugdev through udev.
        '';