From cf1540d975d9dfbb2b830ed90a83e8380047f942 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 16 Jun 2018 16:57:04 +0200 Subject: Set ondemand cpu freq goveror --- hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index eb6140b..769981a 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -27,5 +27,5 @@ ]; nix.maxJobs = lib.mkDefault 8; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; } -- cgit v1.2.3