From 9b86f8f20892192e529cabd52f43cf52ee83ff8a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 14 Jul 2022 18:23:22 +0300 Subject: chore(tazjin/nixos): use powertop only on zamalek this has weird side effects on the AMD thinkpad (of course), but since that is stationary in my office anyways the power-saving stuff doesn't matter so much there. Change-Id: Ie43e3a86b2da885c25eb5c3eb36683adb14edd1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5948 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/modules/laptop.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'users/tazjin/nixos/modules/laptop.nix') diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index 2a18d85792..e0d67dc259 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -10,7 +10,6 @@ # Enable power-saving features. services.tlp.enable = true; - powerManagement.powertop.enable = true; programs.light.enable = true; } -- cgit 1.4.1