mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: add kernelParams to disable amd sha microcode check
This commit is contained in:
parent
dec206f1ec
commit
6411acb434
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
kernelPackages = pkgs.linuxPackages_zen;
|
kernelPackages = pkgs.linuxPackages_zen;
|
||||||
initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device =
|
initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device =
|
||||||
"/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c";
|
"/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c";
|
||||||
|
kernelParams = [ "microcode.amd_sha_check=off" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.ucodenix = {
|
services.ucodenix = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue