This commit is contained in:
iFargle 2024-02-01 08:16:04 +09:00
parent 8cc5e72440
commit 1f5bf07e97

View file

@ -93,13 +93,12 @@
# HibernateDelaySec is the amount of time the # HibernateDelaySec is the amount of time the
# system sleeps before entering hibernate when # system sleeps before entering hibernate when
# using suspend-then-hibernate # using suspend-then-hibernate
systemd.sleep.extraConfig = '' # systemd.sleep.extraConfig = ''
AllowSuspend=yes # AllowSuspend=yes
AllowHibernation=yes # AllowHibernation=yes
AllowSuspendThenHibernate=yes # AllowSuspendThenHibernate=yes
AllowHybridSleep=yes # HibernateDelaySec=600
HibernateDelaySec=600 # '';
'';
# XDG portal # XDG portal
xdg.portal.enable = true; xdg.portal.enable = true;