Fix suspend-then-hibernate on fern

This commit is contained in:
SebastianStork 2025-03-10 15:26:09 +01:00
parent 1bc59da1df
commit 1b27e93c03

View file

@ -32,4 +32,9 @@
criticalPowerAction = "Hibernate"; criticalPowerAction = "Hibernate";
}; };
}; };
systemd.sleep.extraConfig = ''
HibernateDelaySec=1h
HibernateOnACPower=yes
'';
} }