hostconfig/gandalf: Adapt to sleep change
Some checks failed
Build / check (push) Failing after 12s
Build / load_packages (push) Failing after 13s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 3s

This commit is contained in:
Quentin Boyer 2026-04-09 21:11:29 +02:00
parent f8b5a44132
commit 94144b2674

View file

@ -11,9 +11,9 @@ in
boot.resumeDevice = swap;
services.logind.settings.Login.HandleLidSwitch = "suspend-then-hibernate";
systemd.sleep.extraConfig = ''
HibernateDelaySec=1h
'';
systemd.sleep.settings.Sleep = {
HibernateDelaySec = "1h";
};
swapDevices = [
{