diff options
Diffstat (limited to 'hosts/mammun/hardware/cpu.nix')
-rw-r--r-- | hosts/mammun/hardware/cpu.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/mammun/hardware/cpu.nix b/hosts/mammun/hardware/cpu.nix index 2d7232cd..70eaff6f 100644 --- a/hosts/mammun/hardware/cpu.nix +++ b/hosts/mammun/hardware/cpu.nix @@ -1,4 +1,3 @@ -{config, ...}: { - powerManagement.cpuFreqGovernor = "powersave"; +{...}: { hardware.cpu.amd.updateMicrocode = true; # Why not? } |