fix: flipflop s3 sleep
None of that s2idle crap. I'm losing charge each night.
This commit is contained in:
parent
31fea750cd
commit
e1d8b4b673
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
"acpi_call"
|
"acpi_call"
|
||||||
];
|
];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||||
|
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
graphics = {
|
graphics = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue