summaryrefslogtreecommitdiffstats
path: root/2configs/hw/tp-x2x0.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-11 17:06:50 +0100
committermakefu <github@syntax-fehler.de>2016-02-11 17:06:50 +0100
commit552683a2b5e7bdd7b0921b29df077cdb3c5ec6ec (patch)
treed136cd819dbfc09b74e44ecc5ecff4128b265ba9 /2configs/hw/tp-x2x0.nix
parent56b3600b39a7e10d26158ec3a8be7b52f5acc4ed (diff)
ma: refactoring
Diffstat (limited to '2configs/hw/tp-x2x0.nix')
-rw-r--r--2configs/hw/tp-x2x0.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix
index ebc72a06e..1033f69c0 100644
--- a/2configs/hw/tp-x2x0.nix
+++ b/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
'';
}