diff --git a/lenovo/thinkpad/p14s/amd/gen6/default.nix b/lenovo/thinkpad/p14s/amd/gen6/default.nix index 699fc49d..f417797b 100644 --- a/lenovo/thinkpad/p14s/amd/gen6/default.nix +++ b/lenovo/thinkpad/p14s/amd/gen6/default.nix @@ -5,8 +5,4 @@ ../. ../../../../../common/cpu/amd/pstate.nix ]; - - # Embedded controller wake-ups drain battery in s2idle on this device - # See https://lore.kernel.org/all/ZnFYpWHJ5Ml724Nv@ohnotp/ - boot.kernelParams = [ "acpi.ec_no_wakeup=1" ]; }