Update lenovo/yoga/6/13ALC6/default.nix

This commit is contained in:
Jörg Thalheim 2022-12-29 13:53:01 +00:00 committed by GitHub
parent c1a38081fa
commit 49485f5569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -16,6 +16,5 @@
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
# energy savings
hardware.bluetooth.powerOnBoot = lib.mkDefault false;
boot.kernelParams = ["mem_sleep_default=deep" "pcie_aspm.policy=powersupersave"];
}