summary refs log tree commit diff
path: root/nixos/modules/programs/flashrom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/flashrom.nix')
-rw-r--r--nixos/modules/programs/flashrom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/flashrom.nix b/nixos/modules/programs/flashrom.nix
index f026c2e31cd..5f0de5a4023 100644
--- a/nixos/modules/programs/flashrom.nix
+++ b/nixos/modules/programs/flashrom.nix
@@ -10,7 +10,7 @@ in
     enable = mkOption {
       type = types.bool;
       default = false;
-      description = ''
+      description = lib.mdDoc ''
         Installs flashrom and configures udev rules for programmers
         used by flashrom. Grants access to users in the "flashrom"
         group.