feat: adds sleep-then-hibernate to sakura

This commit is contained in:
Ahwx 2025-07-26 19:04:45 +02:00
parent e8536922d7
commit 42cc781bd7

View file

@ -71,6 +71,10 @@
${pkgs.fw-ectool}/bin/ectool led battery auto
'';
};
systemd.sleep.extraConfig = ''
HibernateDelaySec=30m
'';
services.logind.lidSwitch = "suspend-then-hibernate";
boot = {
plymouth.enable = true;
kernelParams = [