mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-10 19:09:46 +01:00
Add deepsleep to avoid wakeups during sleep mode (#136)
This commit is contained in:
parent
adecd1113c
commit
c3b2ac63ff
1 changed files with 2 additions and 0 deletions
|
@ -7,5 +7,7 @@
|
|||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
||||
|
||||
services.thermald.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue