mtworx tlp

This commit is contained in:
2024-10-05 20:05:37 +03:00
parent f8d5d37a57
commit 7545609607
2 changed files with 10 additions and 2 deletions

View File

@@ -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" ];
environment.systemPackages = with pkgs; [ dnsmasq ];