shift illum serivce around and enable on x13s

This commit is contained in:
steveej 2024-02-07 11:15:16 +01:00
parent 5eb9160b4f
commit 7b1b54ac9f
3 changed files with 6 additions and 2 deletions

View file

@ -16,6 +16,8 @@
bluetoothMac = "65:9e:7a:8b:86:28";
};
services.illum.enable = true;
systemd.services.bluetooth-mac = {
enable = true;
path = [
@ -133,8 +135,9 @@
};
# see https://linrunner.de/tlp/
# TODO: find an equivalent to tlp that supports this machine
services.tlp = {
enable = true;
enable = false;
settings = {
START_CHARGE_THRESH_BAT0 = "80";
STOP_CHARGE_THRESH_BAT0 = "85";