From dc6a1a8f69e3f8a41c645bd222c9347a608d1753 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 27 Feb 2023 08:33:01 +0100 Subject: [PATCH] feat: use lower-energy cpu governor --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8c8c7be..c52a612 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,7 +16,7 @@ powerManagement = { enable = true; - cpuFreqGovernor = "ondemand"; + cpuFreqGovernor = "conservative"; }; services.acpid = {