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