Compare commits
2 Commits
94f49f4a3a
...
2b5176c6f0
Author | SHA1 | Date |
---|---|---|
coolneng | 2b5176c6f0 | |
coolneng | e0343322ad |
|
@ -34,29 +34,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable the TLP daemon
|
|
||||||
services.tlp = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
# Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
|
|
||||||
# A value of 0 disables, >=1 enables power saving (recommended: 1).
|
|
||||||
# Default: 0 (AC), 1 (BAT)
|
|
||||||
SOUND_POWER_SAVE_ON_AC = 0;
|
|
||||||
SOUND_POWER_SAVE_ON_BAT = 1;
|
|
||||||
|
|
||||||
# Runtime Power Management for PCI(e) bus devices: on=disable, auto=enable.
|
|
||||||
# Default: on (AC), auto (BAT)
|
|
||||||
RUNTIME_PM_ON_AC = "on";
|
|
||||||
RUNTIME_PM_ON_BAT = "auto";
|
|
||||||
|
|
||||||
# Battery feature drivers: 0=disable, 1=enable
|
|
||||||
# Default: 1 (all)
|
|
||||||
NATACPI_ENABLE = 1;
|
|
||||||
TPACPI_ENABLE = 1;
|
|
||||||
TPSMAPI_ENABLE = 1;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Suspend when the battery is critical
|
# Suspend when the battery is critical
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{model_name}=="01AV405", ATTR{capacity}=="[0-5]", RUN+="${config.systemd.package}/bin/systemctl suspend -i"
|
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{model_name}=="01AV405", ATTR{capacity}=="[0-5]", RUN+="${config.systemd.package}/bin/systemctl suspend -i"
|
||||||
|
|
Loading…
Reference in New Issue