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 <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-07-14 18:23:22 +03:00 committed by clbot
parent 673796a786
commit 9b86f8f208
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@
# Enable power-saving features.
services.tlp.enable = true;
powerManagement.powertop.enable = true;
programs.light.enable = true;
}

View file

@ -78,6 +78,7 @@ in
services.xserver.libinput.touchpad.clickMethod = "clickfinger";
services.tailscale.enable = true;
services.avahi.enable = true;
powerManagement.powertop.enable = true;
system.stateVersion = "21.11";
}