update tlp

This commit is contained in:
Adithya 2023-04-08 15:34:03 +05:30
parent bddc077fed
commit 1e6a1c579b
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -2,10 +2,6 @@
services.tlp = {
enable = true;
settings = {
SOUND_POWER_SAVE_ON_AC = 0;
SOUND_POWER_SAVE_ON_BAT = 1;
SOUND_POWER_SAVE_CONTROLLER = "Y";
DISK_DEVICES = "nvme0n1";
WIFI_PWR_ON_AC = "off";
@ -24,12 +20,6 @@
CPU_BOOST_ON_AC = 1;
CPU_BOOST_ON_BAT = 0;
CPU_HWP_DYN_BOOST_ON_AC = 1;
CPU_HWP_DYN_BOOST_ON_BAT = 0;
SCHED_POWERSAVE_ON_AC = 0;
SCHED_POWERSAVE_ON_BAT = 1;
};
};
}