summary refs log tree commit diff
path: root/nixos/modules/hardware/system-76.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/system-76.nix')
-rw-r--r--nixos/modules/hardware/system-76.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/system-76.nix b/nixos/modules/hardware/system-76.nix
index 21cab4a3787..3fb2c10a6e3 100644
--- a/nixos/modules/hardware/system-76.nix
+++ b/nixos/modules/hardware/system-76.nix
@@ -57,7 +57,7 @@ let
 in {
   options = {
     hardware.system76 = {
-      enableAll = mkEnableOption "all recommended configuration for system76 systems";
+      enableAll = mkEnableOption (lib.mdDoc "all recommended configuration for system76 systems");
 
       firmware-daemon.enable = mkOption {
         default = cfg.enableAll;