Merge pull request #463 from NixOS/t14s-amd-deep-sleep

tinkpad t14s amd: enable deep sleep
This commit is contained in:
Jörg Thalheim 2022-09-14 07:10:49 +02:00 committed by GitHub
commit 6686829e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,4 +10,7 @@
# For mainline support of rtw89 wireless networking
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
# Enable energy savings during sleep
boot.kernelParams = ["mem_sleep_default=deep"];
}