From aae248ca370e7e8587d92a797075fd78f92e1be4 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 27 May 2021 11:34:49 +0200 Subject: [PATCH] nunotaba: Use performance cpuFreqGovernor With kernel 5.10 powersave is stuck at 798 MHz for some reason. --- machines/nunotaba/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nunotaba/hardware-configuration.nix b/machines/nunotaba/hardware-configuration.nix index c075a77..297d6c7 100644 --- a/machines/nunotaba/hardware-configuration.nix +++ b/machines/nunotaba/hardware-configuration.nix @@ -40,7 +40,7 @@ { device = "/dev/disk/by-uuid/b9ad2d56-fee0-49df-98c1-00d93d991b9f"; } ]; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; # Most of the time I want to use both screens at the same time and suspend it # regularily by closing the lid