lenovo/thinkpad/p14s/amd/gen6: init
This commit is contained in:
parent
f8e82243fd
commit
d104e2a8d2
3 changed files with 14 additions and 0 deletions
12
lenovo/thinkpad/p14s/amd/gen6/default.nix
Normal file
12
lenovo/thinkpad/p14s/amd/gen6/default.nix
Normal 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" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue