framework: add nvme.noacpi=1

This commit is contained in:
Reed Riley 2022-05-19 09:43:13 -04:00
parent de8271f760
commit 4a8259f0e2
1 changed files with 8 additions and 3 deletions

View File

@ -5,9 +5,14 @@
../common/pc/laptop/ssd
];
# For Power consumption
# https://kvark.github.io/linux/framework/2021/10/17/framework-nixos.html
boot.kernelParams = [ "mem_sleep_default=deep" ];
boot.kernelParams = [
# For Power consumption
# https://kvark.github.io/linux/framework/2021/10/17/framework-nixos.html
"mem_sleep_default=deep"
# For Power consumption
# https://community.frame.work/t/linux-battery-life-tuning/6665/156
"nvme.noacpi=1"
];
# Requires at least 5.16 for working wi-fi and bluetooth.
# https://community.frame.work/t/using-the-ax210-with-linux-on-the-framework-laptop/1844/89