all repos — nixfiles @ 9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa

System and user configuration, managed by nix and home-manager

Replace parts of T470s configuration with nixos-hardware

Alan Pearce
commit

9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa

parent

6338eb3e142f7dc7568ef454c6a5c0f9f4608b51

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M system/settings/hardware/laptop.nixsystem/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"