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