From 1691fe65d16999b403075031961472b53b31db26 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 11 Jun 2023 00:42:13 -0400 Subject: [PATCH] ame: switch to powersave --- hosts/ame/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ame/hardware-configuration.nix b/hosts/ame/hardware-configuration.nix index aec1f4d..da12948 100644 --- a/hosts/ame/hardware-configuration.nix +++ b/hosts/ame/hardware-configuration.nix @@ -35,6 +35,6 @@ networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; + powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }