Removed tlp configuration.

Should be set correctly after https://github.com/NixOS/nixpkgs/pull/94064
is merged.
This commit is contained in:
bahaynes 2020-07-29 20:51:08 -04:00
parent d56b2e96a6
commit cc72f59d5a
No known key found for this signature in database
GPG Key ID: BBD46B0B5D4DF951
1 changed files with 0 additions and 3 deletions

View File

@ -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";
}