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