europa: switch to tlp and set some charg thresholds

This commit is contained in:
Aaron Bieber 2023-05-29 20:01:14 -06:00
parent 3840a0feec
commit cc675ba90c
No known key found for this signature in database

View File

@ -152,6 +152,14 @@ in {
services.xinCA = { enable = false; };
services = {
power-profiles-daemon.enable = false;
tlp = {
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 40;
STOP_CHARGE_THRESH_BAT0 = 60;
};
};
restic = {
backups = {
local = {