tlp: move to desktop/ rm platform profile

This commit is contained in:
Motiejus Jakštys 2024-08-08 21:44:15 +03:00
parent b157eb2377
commit 4efd5fd4b3
2 changed files with 3 additions and 10 deletions

View File

@ -143,14 +143,6 @@ in
}; };
}; };
services.tlp = {
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 80;
STOP_CHARGE_THRESH_BAT0 = 87;
};
};
users.extraGroups.vboxusers.members = [ "motiejus" ]; users.extraGroups.vboxusers.members = [ "motiejus" ];
security.tpm2.enable = true; security.tpm2.enable = true;

View File

@ -95,10 +95,11 @@ in
tlp = { tlp = {
enable = true; enable = true;
settings = { settings = {
PLATFORM_PROFILE_ON_AC = "performance"; START_CHARGE_THRESH_BAT0 = 80;
PLATFORM_PROFILE_ON_BAT = "balanced"; STOP_CHARGE_THRESH_BAT0 = 87;
}; };
}; };
}; };
programs = { programs = {