disable microcode sha check

This commit is contained in:
BuyMyMojo 2025-03-31 02:50:45 +11:00
parent 74bdc5cfba
commit d56a5127ca
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -26,7 +26,7 @@
];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
# boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
boot.kernelParams = [ "microcode.amd_sha_check=off" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {