europa: switch to tlp and set some charg thresholds
This commit is contained in:
parent
3840a0feec
commit
cc675ba90c
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user