lenovo/thinkpad/p14s/amd/gen6: init

This commit is contained in:
Anna Frühling 2026-03-17 10:22:07 +01:00
parent f8e82243fd
commit d104e2a8d2
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
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" ];
}