summary refs log tree commit diff
path: root/nixos/modules/hardware/gkraken.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/gkraken.nix')
-rw-r--r--nixos/modules/hardware/gkraken.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/gkraken.nix b/nixos/modules/hardware/gkraken.nix
index 97d15369db0..f427fec0a7c 100644
--- a/nixos/modules/hardware/gkraken.nix
+++ b/nixos/modules/hardware/gkraken.nix
@@ -7,7 +7,7 @@ let
 in
 {
   options.hardware.gkraken = {
-    enable = mkEnableOption "gkraken's udev rules for NZXT AIO liquid coolers";
+    enable = mkEnableOption (lib.mdDoc "gkraken's udev rules for NZXT AIO liquid coolers");
   };
 
   config = mkIf cfg.enable {