summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/cpu/intel-microcode.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/cpu/intel-microcode.nix')
-rw-r--r--nixos/modules/hardware/cpu/intel-microcode.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/cpu/intel-microcode.nix b/nixos/modules/hardware/cpu/intel-microcode.nix
index d30ebfefeeac..acce565fd808 100644
--- a/nixos/modules/hardware/cpu/intel-microcode.nix
+++ b/nixos/modules/hardware/cpu/intel-microcode.nix
@@ -11,7 +11,7 @@ with lib;
hardware.cpu.intel.updateMicrocode = mkOption {
default = false;
type = types.bool;
- description = lib.mdDoc ''
+ description = ''
Update the CPU microcode for Intel processors.
'';
};