Add deepsleep to avoid wakeups during sleep mode (#136)

This commit is contained in:
Alexander Berlind 2019-12-28 10:50:04 +01:00 committed by Jörg Thalheim
parent adecd1113c
commit c3b2ac63ff
1 changed files with 2 additions and 0 deletions

View File

@ -7,5 +7,7 @@
../../../common/pc/laptop/ssd
];
boot.kernelParams = [ "mem_sleep_default=deep" ];
services.thermald.enable = true;
}