From e1d8b4b673e5db85518786747227cc90b95a0499 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 20 Mar 2025 21:23:21 -0500 Subject: [PATCH] fix: flipflop s3 sleep None of that s2idle crap. I'm losing charge each night. --- packages/hosts/flipflop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hosts/flipflop.nix b/packages/hosts/flipflop.nix index c288f48..b8e6565 100644 --- a/packages/hosts/flipflop.nix +++ b/packages/hosts/flipflop.nix @@ -66,6 +66,7 @@ "acpi_call" ]; boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; + boot.kernelParams = [ "mem_sleep_default=deep" ]; hardware = { graphics = {