From 8dfc7a9f9d8943cfc56721c09ae9c04090a8f500 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 13 May 2021 12:48:19 +0200 Subject: feat(grfn/modules/laptop): Enable TLP service This service performes automatic power tuning and has effectively replaced powertop's tuning functionality in modern systems. Change-Id: I63c6999beed64d96c77b8b9287ed0d5fa6ddd9fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/3121 Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/system/system/modules/laptop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/grfn/system/system/modules/laptop.nix b/users/grfn/system/system/modules/laptop.nix index 8c09f3a442..05c5333e51 100644 --- a/users/grfn/system/system/modules/laptop.nix +++ b/users/grfn/system/system/modules/laptop.nix @@ -10,4 +10,6 @@ services.logind.extraConfig = '' HandlePowerKey=hibernate ''; + + services.tlp.enable = true; } -- cgit 1.4.1