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