feat: add kernelParams to disable amd sha microcode check

This commit is contained in:
Youwen Wu 2025-04-04 00:57:00 -07:00
parent dec206f1ec
commit 6411acb434
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -49,6 +49,7 @@
kernelPackages = pkgs.linuxPackages_zen;
initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device =
"/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c";
kernelParams = [ "microcode.amd_sha_check=off" ];
};
services.ucodenix = {