From d56a5127ca036b1ecd29e9406f69fabd800e0aad Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Mon, 31 Mar 2025 02:50:45 +1100 Subject: [PATCH] disable microcode sha check --- nixos/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."/" = {