diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 043aa2c..1c91e85 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -143,6 +143,14 @@ 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;