diff options
author | tv <tv@krebsco.de> | 2016-02-11 23:59:07 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-11 23:59:07 +0100 |
commit | 2b6a54c31c47667495187f9ff8f9a6009a2652ab (patch) | |
tree | ab00bc10716b73443dbe58d1279ce367e6cc71fc /makefu/2configs/hw/tp-x2x0.nix | |
parent | 8c87356aee561fd8bc50dc2b7029ab30118f0d2c (diff) | |
parent | e8a0058f8cd654247eb0b08326dd34c3ac9cff6a (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/hw/tp-x2x0.nix')
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix index ebc72a06e..1033f69c0 100644 --- a/makefu/2configs/hw/tp-x2x0.nix +++ b/makefu/2configs/hw/tp-x2x0.nix @@ -18,18 +18,18 @@ with lib; sensitivity = 220; speed = 220; emulateWheel = true; - }; + }; services.tlp.enable = true; services.tlp.extraConfig = '' - START_CHARGE_THRESH_BAT0=80 - - CPU_SCALING_GOVERNOR_ON_AC=performance - CPU_SCALING_GOVERNOR_ON_BAT=ondemand - CPU_MIN_PERF_ON_AC=0 - CPU_MAX_PERF_ON_AC=100 - CPU_MIN_PERF_ON_BAT=0 - CPU_MAX_PERF_ON_BAT=30 + START_CHARGE_THRESH_BAT0=80 + + CPU_SCALING_GOVERNOR_ON_AC=performance + CPU_SCALING_GOVERNOR_ON_BAT=ondemand + CPU_MIN_PERF_ON_AC=0 + CPU_MAX_PERF_ON_AC=100 + CPU_MIN_PERF_ON_BAT=0 + CPU_MAX_PERF_ON_BAT=30 ''; } |