From a43d03525785de869857a5cc175a095770218a7d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 28 Jul 2025 15:03:57 +0200 Subject: [PATCH] fix: forgot that frameworks don't work like normal computers do with suspend/hibernate :( --- hosts/sakura/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index dff5d04..0d48a0b 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -75,7 +75,7 @@ systemd.sleep.extraConfig = '' HibernateDelaySec=30m ''; - services.logind.lidSwitch = "suspend-then-hibernate"; + services.logind.lidSwitch = "suspend"; boot = { # plymouth.enable = true; # is a module now kernelParams = [