From 9051c7f016d38296529bf5489f35c98ea69f3927 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 14 Sep 2024 03:25:50 -0700 Subject: cpu: remove duplicate microcode key --- modules/hardware/cpu.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hardware/cpu.nix b/modules/hardware/cpu.nix index 3bbeee7..1ac3a27 100644 --- a/modules/hardware/cpu.nix +++ b/modules/hardware/cpu.nix @@ -1,6 +1,5 @@ { pkgs, config, ... }: { - hardware.cpu.amd.updateMicrocode = true; environment.systemPackages = [ pkgs.amdctl ]; powerManagement = { -- cgit v1.2.3