diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 50f10fe..7a05a03 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -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."/" = {