Couple power-profiles-daemon and AMD P-State EPP

This commit is contained in:
2024-01-09 13:55:49 +01:00
parent 93f2da8b1f
commit 470a70148a
3 changed files with 35 additions and 7 deletions

View File

@@ -4,6 +4,9 @@
# Enable power-profiles-daemon
services.power-profiles-daemon.enable = true;
# Integration of AMD P-State EPP with power-profiles-daemon
services.pp-to-amd-epp.enable = true;
# Suspend when the battery is critical and autosuspend USB and PCI
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"