summary refs log tree commit diff
path: root/nixos/modules/hardware/nitrokey.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/nitrokey.nix')
-rw-r--r--nixos/modules/hardware/nitrokey.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/nitrokey.nix b/nixos/modules/hardware/nitrokey.nix
index baa07203118..fa9dd4d6d8f 100644
--- a/nixos/modules/hardware/nitrokey.nix
+++ b/nixos/modules/hardware/nitrokey.nix
@@ -13,7 +13,7 @@ in
     enable = mkOption {
       type = types.bool;
       default = false;
-      description = ''
+      description = lib.mdDoc ''
         Enables udev rules for Nitrokey devices. By default grants access
         to users in the "nitrokey" group. You may want to install the
         nitrokey-app package, depending on your device and needs.