From 87d03e02c911667aad3463d30521e938e805207c Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 31 Oct 2020 12:55:47 -0400 Subject: pincer changes --- config/thinkpad.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/thinkpad.nix b/config/thinkpad.nix index 36320b8..5bd1707 100644 --- a/config/thinkpad.nix +++ b/config/thinkpad.nix @@ -3,10 +3,9 @@ services = { tlp = { enable = true; - extraConfig = '' - # Needed for either SSD or btrfs. - SATA_LINKPWR_ON_BAT=max_performance - ''; + settings = { + "SATA_LINKPWR_ON_BAT" = "max_performance"; + }; }; xserver.xkbModel = "thinkpad60"; }; -- cgit v1.2.3