From 9150a3796912749ddb86d7f87dd514c3bf29b596 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Wed, 19 Jun 2019 09:51:46 +0200 Subject: [PATCH] =?UTF-8?q?gestion=20de=20l'=C3=A9nergie=20=20:=20TLP=20fa?= =?UTF-8?q?it=20bien=20le=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/laptop.nix b/configuration/laptop.nix index b0f822c..250d3dd 100644 --- a/configuration/laptop.nix +++ b/configuration/laptop.nix @@ -12,7 +12,7 @@ mkIf flags.laptop { # Gestion spécifique pour PC portable ## Gestion de l'énergie - powerManagement.cpuFreqGovernor = "powersave"; + services.tlp.enable = true; ## Activation d'un gestionnaire de réseau networking.networkmanager.enable = true;