diff options
author | lassulus <lassulus@lassul.us> | 2020-12-30 13:00:28 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-12-30 13:00:28 +0100 |
commit | 50a3903825c8932b87b3fb6be77245688be76534 (patch) | |
tree | 7cafca39fc1d805259afc5f52dbad51f21e81932 /tv/2configs/hw | |
parent | 053044834c1af30a90ced1338ae4342a445a2946 (diff) | |
parent | 9c2529b2910bdb3b73bcd69ed958d82e01bf7943 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/x220.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 61b475537..aadfc6691 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -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; |