Replace parts of T470s configuration with nixos-hardware
1 file changed, 0 insertions(+), 4 deletions(-)
changed files
M system/settings/hardware/laptop.nix → system/settings/hardware/laptop.nix
@@ -1,9 +1,6 @@ { config, pkgs, lib, ... }: { boot.kernelModules = [ "coretemp" ]; - boot.extraModulePackages = with config.boot.kernelPackages; [ - x86_energy_perf_policy - ]; hardware = { bluetooth = {@@ -51,7 +48,6 @@ ''; }; services.tlp = { - enable = true; extraConfig = '' CPU_SCALING_GOVERNOR_ON_BAT=powersave ENERGY_PERF_POLICY_ON_BAT="balance_power"