From aea54af52e0b80fd79c9cfa432512c0d895e865f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 1 Jul 2022 12:26:38 +0000 Subject: feat(tazjin/nixos): always run powertop --auto-tune on laptops Change-Id: I7c9e9617f646beaa4b5f0cdddd6e7946b18a7395 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5909 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/modules/laptop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index e0d67dc25989..2a18d8579236 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -10,6 +10,7 @@ # Enable power-saving features. services.tlp.enable = true; + powerManagement.powertop.enable = true; programs.light.enable = true; } -- cgit 1.4.1