summary refs log tree commit diff
path: root/nixos/modules/hardware/onlykey/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/onlykey/default.nix')
-rw-r--r--nixos/modules/hardware/onlykey/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/onlykey/default.nix b/nixos/modules/hardware/onlykey/default.nix
index 07358c8a878..59e159dce48 100644
--- a/nixos/modules/hardware/onlykey/default.nix
+++ b/nixos/modules/hardware/onlykey/default.nix
@@ -12,7 +12,7 @@ with lib;
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Enable OnlyKey device (https://crp.to/p/) support.
         '';
       };