1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-02 01:18:32 +02:00

lenovo/thinkpad/p14s/amd/gen2: enable amd_pstate

This commit is contained in:
Tad Fisher 2023-10-13 19:14:05 -07:00 committed by mergify[bot]
parent 2659a52d7a
commit 55f8e366f0

View File

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
../. ../.
../../../../../common/cpu/amd/pstate.nix
]; ];
# For suspending to RAM, set Config -> Power -> Sleep State to "Linux" in EFI. # For suspending to RAM, set Config -> Power -> Sleep State to "Linux" in EFI.