Remove AMD p-state and power-profiles integration

This commit is contained in:
2024-08-12 02:46:32 +02:00
parent 8fbe09ab14
commit 0d09a74855
2 changed files with 0 additions and 8 deletions

View File

@@ -4,9 +4,6 @@
# 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
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"