1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

chore: upgrade to 20.09

This commit is contained in:
2020-10-24 11:49:34 +02:00
parent 29385fdfac
commit 14685a758d
11 changed files with 32 additions and 48 deletions

View File

@@ -15,10 +15,10 @@
services.tlp = {
enable = true;
extraConfig = ''
START_CHARGE_THRESH_BAT0=80
STOP_CHARGE_THRESH_BAT0=95
'';
settings = {
START_CHARGE_THRESH_BAT0 = 80;
STOP_CHARGE_THRESH_BAT0 = 95;
};
};
}
];