summaryrefslogtreecommitdiff
path: root/modules/thinkpad.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-12-01 08:46:14 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-12-01 08:46:14 -0500
commitb5efaa433c1c6f53413b0443a18c1aea95bd2215 (patch)
treea33278d68cb11db5218d5f77b2dd4843f5050caa /modules/thinkpad.nix
parent0a15752e6d5d0ab291afecf6cb2baf75c045167d (diff)
Update nixos
Diffstat (limited to 'modules/thinkpad.nix')
-rw-r--r--modules/thinkpad.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/thinkpad.nix b/modules/thinkpad.nix
index 69f11a4..7535a9a 100644
--- a/modules/thinkpad.nix
+++ b/modules/thinkpad.nix
@@ -11,12 +11,6 @@ in
config = lib.mkIf cfg.enable {
services = {
- tlp = {
- enable = true;
- settings = {
- "SATA_LINKPWR_ON_BAT" = "max_performance";
- };
- };
xserver.xkbModel = "thinkpad60";
};