disable tlp for citadel
This commit is contained in:
parent
b106d1cb6e
commit
71ac9901dd
|
@ -95,16 +95,16 @@ in {
|
||||||
XCURSOR_SIZE = "64";
|
XCURSOR_SIZE = "64";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tlp = {
|
# services.tlp = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
settings = {
|
# settings = {
|
||||||
CPU_SCALING_GOVERNOR_ON_AC = "ondemand";
|
# CPU_SCALING_GOVERNOR_ON_AC = "ondemand";
|
||||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
# CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
||||||
|
#
|
||||||
START_CHARGE_THRESH_BAT0 = 50;
|
# START_CHARGE_THRESH_BAT0 = 50;
|
||||||
STOP_CHARGE_THRESH_BAT0 = 95;
|
# STOP_CHARGE_THRESH_BAT0 = 95;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
|
|
Loading…
Reference in New Issue