1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-16 09:38:30 +02:00

Revert "Change TLP charge thresholds"

This reverts commit 76f681355c.

This setting is opinionated and should be left to the user.
See: https://github.com/NixOS/nixos-hardware/pull/154#issuecomment-617181517
This commit is contained in:
Jörg Thalheim 2020-04-21 21:10:18 +01:00
parent 16336614d3
commit 41d2c3322b
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -16,10 +16,4 @@
services.xserver.deviceSection = lib.mkDefault '' services.xserver.deviceSection = lib.mkDefault ''
Option "TearFree" "true" Option "TearFree" "true"
''; '';
services.tlp.extraConfig = lib.mkDefault ''
START_CHARGE_THRESH_BAT0=67
STOP_CHARGE_THRESH_BAT0=100
'';
} }