summary refs log tree commit diff
path: root/nixos/modules/services/misc/logkeys.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/logkeys.nix')
-rw-r--r--nixos/modules/services/misc/logkeys.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/logkeys.nix b/nixos/modules/services/misc/logkeys.nix
index 0082db63a06..628f5627433 100644
--- a/nixos/modules/services/misc/logkeys.nix
+++ b/nixos/modules/services/misc/logkeys.nix
@@ -9,7 +9,7 @@ in {
     enable = mkEnableOption "logkeys service";
 
     device = mkOption {
-      description = "Use the given device as keyboard input event device instead of /dev/input/eventX default.";
+      description = lib.mdDoc "Use the given device as keyboard input event device instead of /dev/input/eventX default.";
       default = null;
       type = types.nullOr types.str;
       example = "/dev/input/event15";