This commit is contained in:
Tao Tien 2023-07-11 00:38:39 -07:00
parent ba1f4a32c4
commit a58f8530b7
8 changed files with 219 additions and 9 deletions

6
systems/NOlaptop.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }: {
boot.kernelParams = [
"mem_sleep_default=deep"
"nvme.noacpi=1"
];
}