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