mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-22 19:09:42 +01:00
tinkpad t14s amd: enable deep sleep
This commit is contained in:
parent
1fec8fda86
commit
305bbc2442
1 changed files with 3 additions and 0 deletions
|
@ -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"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue