summary refs log tree commit diff
path: root/nixos/modules/hardware/cpu/amd-sev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/cpu/amd-sev.nix')
-rw-r--r--nixos/modules/hardware/cpu/amd-sev.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/cpu/amd-sev.nix b/nixos/modules/hardware/cpu/amd-sev.nix
index 678b98e5135..28ee07f005b 100644
--- a/nixos/modules/hardware/cpu/amd-sev.nix
+++ b/nixos/modules/hardware/cpu/amd-sev.nix
@@ -6,7 +6,7 @@ let
 in
   with lib; {
     options.hardware.cpu.amd.sev = {
-      enable = mkEnableOption "access to the AMD SEV device";
+      enable = mkEnableOption (lib.mdDoc "access to the AMD SEV device");
       user = mkOption {
         description = lib.mdDoc "Owner to assign to the SEV device.";
         type = types.str;