10.nixos-hardware/lenovo/thinkpad/p14s/amd/gen6/default.nix
2026-03-17 10:41:57 +01:00

12 lines
270 B
Nix

{ ... }:
{
imports = [
../.
../../../../../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" ];
}