mtworx tlp
This commit is contained in:
parent
f8d5d37a57
commit
7545609607
@ -176,6 +176,14 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.tlp = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
START_CHARGE_THRESH_BAT0 = 95;
|
||||||
|
STOP_CHARGE_THRESH_BAT0 = 100;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
users.extraGroups.vboxusers.members = [ "motiejus" ];
|
users.extraGroups.vboxusers.members = [ "motiejus" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ dnsmasq ];
|
environment.systemPackages = with pkgs; [ dnsmasq ];
|
||||||
|
@ -97,8 +97,8 @@ in
|
|||||||
tlp = {
|
tlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
START_CHARGE_THRESH_BAT0 = 80;
|
START_CHARGE_THRESH_BAT0 = lib.mkDefault 80;
|
||||||
STOP_CHARGE_THRESH_BAT0 = 87;
|
STOP_CHARGE_THRESH_BAT0 = lib.mkDefault 87;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user