From 2603b947d2ece1f2cd48a5769eaa30778a6f38a4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 25 Dec 2024 06:47:52 +0300 Subject: [PATCH] Amd: Always update microcode by default. --- config/AmdCpu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/AmdCpu.nix b/config/AmdCpu.nix index 3cf70348..7a196218 100644 --- a/config/AmdCpu.nix +++ b/config/AmdCpu.nix @@ -11,7 +11,7 @@ in lib.mkMerge [ { boot.kernelModules = [ "kvm-amd" ]; - hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.cpu.amd.updateMicrocode = true; } (lib.mkIf cfg.powersave { module.powersave = {