summaryrefslogtreecommitdiffstats
path: root/dell
diff options
context:
space:
mode:
authorAlexander Berlind <alexander.berlind@protonmail.com>2019-12-28 10:50:04 +0100
committerJörg Thalheim <Mic92@users.noreply.github.com>2019-12-28 09:50:04 +0000
commitc3b2ac63ff06e5dd4fa66f75bfab7892b3edfdc5 (patch)
treea2ab3961f1d295229940f54733ad760886ff71d2 /dell
parentadecd1113c2d4137ef23237f9af450736fd8d2cc (diff)
Add deepsleep to avoid wakeups during sleep mode (#136)
Diffstat (limited to 'dell')
-rw-r--r--dell/xps/13-7390/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/dell/xps/13-7390/default.nix b/dell/xps/13-7390/default.nix
index 727ea5c..991e435 100644
--- a/dell/xps/13-7390/default.nix
+++ b/dell/xps/13-7390/default.nix
@@ -7,5 +7,7 @@
../../../common/pc/laptop/ssd
];
+ boot.kernelParams = [ "mem_sleep_default=deep" ];
+
services.thermald.enable = true;
}