diff options
| -rw-r--r-- | modules/hardware/cpu.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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 = { |