mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
treewide: remove uses of lib.mdDoc
This commit is contained in:
@@ -16,9 +16,8 @@
|
||||
};
|
||||
|
||||
options.hardware.intelgpu.loadInInitrd =
|
||||
lib.mkEnableOption (
|
||||
lib.mdDoc "Load the Intel GPU kernel module at stage 1 boot. (Added to `boot.initrd.kernelModules`)"
|
||||
)
|
||||
lib.mkEnableOption
|
||||
"Load the Intel GPU kernel module at stage 1 boot. (Added to `boot.initrd.kernelModules`)"
|
||||
// {
|
||||
default = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user