disable microcode sha check
This commit is contained in:
parent
74bdc5cfba
commit
d56a5127ca
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
];
|
];
|
||||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
# boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
|
boot.kernelParams = [ "microcode.amd_sha_check=off" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue