tv x220: use services.tlp.settings

This commit is contained in:
tv 2020-11-18 02:50:37 +01:00
parent e86bc24926
commit d410977305
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@
};
services.tlp.enable = true;
services.tlp.extraConfig = ''
START_CHARGE_THRESH_BAT0=80
'';
services.tlp.settings = {
START_CHARGE_THRESH_BAT0 = 80;
};
nix = {
buildCores = 2;