about summary refs log tree commit diff
path: root/dell
diff options
context:
space:
mode:
authorbahaynes <haynesben@gmail.com>2020-07-29 20:51:08 -0400
committerbahaynes <haynesben@gmail.com>2020-07-29 20:51:08 -0400
commitcc72f59d5a405ee2e812944e5ebab06f0ed18475 (patch)
treebf88bf8ecfa7c9ee688d93e336f7eebf95ec0fa9 /dell
parentd56b2e96a67a0de915838f47a6c355af83a62163 (diff)
downloadnixlib-cc72f59d5a405ee2e812944e5ebab06f0ed18475.tar
nixlib-cc72f59d5a405ee2e812944e5ebab06f0ed18475.tar.gz
nixlib-cc72f59d5a405ee2e812944e5ebab06f0ed18475.tar.bz2
nixlib-cc72f59d5a405ee2e812944e5ebab06f0ed18475.tar.lz
nixlib-cc72f59d5a405ee2e812944e5ebab06f0ed18475.tar.xz
nixlib-cc72f59d5a405ee2e812944e5ebab06f0ed18475.tar.zst
nixlib-cc72f59d5a405ee2e812944e5ebab06f0ed18475.zip
Removed tlp configuration.
Should be set correctly after https://github.com/NixOS/nixpkgs/pull/94064
is merged.
Diffstat (limited to 'dell')
-rw-r--r--dell/xps/15-9500/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/dell/xps/15-9500/default.nix b/dell/xps/15-9500/default.nix
index 7cec13cb873a..c7beda4d558e 100644
--- a/dell/xps/15-9500/default.nix
+++ b/dell/xps/15-9500/default.nix
@@ -18,7 +18,4 @@ in
   # Thermald doesn't have a default config for the 9500 yet, the one in this repo
   # was generated with dptfxtract-static (https://github.com/intel/dptfxtract)
   services.thermald.configFile = lib.mkDefault thermald-conf;
-
-  # Set the tlp config to powersave explictly. TLP is enabled in common/pc/laptop.
-  services.tlp.extraConfig = lib.mkDefault "CPU_SCALING_GOVERNOR_ON_AC=powersave\nCPU_SCALING_GOVERNOR_ON_BAT=powersave";
 }