reenabled: helium and fixed it
This commit is contained in:
@@ -6,11 +6,33 @@ in
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "powersave";
|
||||
|
||||
# Wireless power saving
|
||||
WIFI_PWR_ON_BAT = "1";
|
||||
|
||||
# USB autosuspend
|
||||
USB_AUTOSUSPEND = "1";
|
||||
|
||||
# SATA drive power management
|
||||
SATA_LINKPWR_ON_BAT = "min_power";
|
||||
|
||||
# PCI Express Active-State Power Management (ASPM)
|
||||
PCIE_ASPM_ON_BAT = "powersave";
|
||||
|
||||
# Runtime Power Management for PCI(e) buses/devices
|
||||
RUNTIME_PM_ON_BAT = "auto";
|
||||
|
||||
# Disable Bluetooth on battery
|
||||
# DEVICES_TO_DISABLE_ON_BAT = "bluetooth";
|
||||
|
||||
# Restore brightness on battery
|
||||
RESTORE_BRIGHTNESS_ON_BAT = "1";
|
||||
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
|
||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
|
||||
# CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
|
||||
CPU_ENERGY_PERF_POLICY_ON_SAV = "power";
|
||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
||||
PCIE_ASPM_ON_BAT = "powersave";
|
||||
# PCIE_ASPM_ON_BAT = "powersave";
|
||||
CPU_SCALING_GOVERNOR_ON_AC = "balanced";
|
||||
PCIE_ASPM_ON_AC = "balanced";
|
||||
CPU_BOOST_ON_AC = 1;
|
||||
|
||||
Reference in New Issue
Block a user