From ae4b7e30ad9136cddc50d075be819719df5d745c Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 27 Oct 2018 22:50:16 +0200 Subject: [PATCH] [ASUS] Gouverneur CPU sur performance --- systems/ASUS-G46VW/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/ASUS-G46VW/hardware-configuration.nix b/systems/ASUS-G46VW/hardware-configuration.nix index dd58e6a..4394c6b 100644 --- a/systems/ASUS-G46VW/hardware-configuration.nix +++ b/systems/ASUS-G46VW/hardware-configuration.nix @@ -27,5 +27,5 @@ ]; nix.maxJobs = lib.mkDefault 8; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; }