Remove USB and PCI autosuspend tweaks
This commit is contained in:
parent
93f2da8b1f
commit
b51fbd837c
|
@ -4,10 +4,8 @@
|
|||
# Enable power-profiles-daemon
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
||||
# Suspend when the battery is critical and autosuspend USB and PCI
|
||||
# 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"
|
||||
ACTION=="add", SUBSYSTEM=="usb", TEST=="power/control", ATTR{power/control}="auto"
|
||||
ACTION=="add", SUBSYSTEM=="pci", TEST=="power/control", ATTR{power/control}="auto"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue