tlp: move to desktop/ rm platform profile
This commit is contained in:
parent
b157eb2377
commit
4efd5fd4b3
@ -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" ];
|
||||
|
||||
security.tpm2.enable = true;
|
||||
|
@ -95,10 +95,11 @@ in
|
||||
tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PLATFORM_PROFILE_ON_AC = "performance";
|
||||
PLATFORM_PROFILE_ON_BAT = "balanced";
|
||||
START_CHARGE_THRESH_BAT0 = 80;
|
||||
STOP_CHARGE_THRESH_BAT0 = 87;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
Loading…
Reference in New Issue
Block a user