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

View File

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