about summary refs log tree commit diff stats
path: root/hosts/mammun/hardware/cpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mammun/hardware/cpu.nix')
-rw-r--r--hosts/mammun/hardware/cpu.nix3
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?
 }