fix: forgot that frameworks don't work like normal computers do with suspend/hibernate :(

This commit is contained in:
Ahwx 2025-07-28 15:03:57 +02:00
parent 83ea9f4916
commit a43d035257

View file

@ -75,7 +75,7 @@
systemd.sleep.extraConfig = '' systemd.sleep.extraConfig = ''
HibernateDelaySec=30m HibernateDelaySec=30m
''; '';
services.logind.lidSwitch = "suspend-then-hibernate"; services.logind.lidSwitch = "suspend";
boot = { boot = {
# plymouth.enable = true; # is a module now # plymouth.enable = true; # is a module now
kernelParams = [ kernelParams = [