hostconfig/gandalf: Disable hibernation, as it currently does not work

This commit is contained in:
Quentin Boyer 2024-12-08 16:19:04 +01:00
parent e41c9f126b
commit 2207d62a72

View file

@ -10,10 +10,7 @@ in
boot.resumeDevice = swap;
services.logind.lidSwitch = "suspend-then-hibernate";
systemd.sleep.extraConfig = ''
HibernateDelaySec=1h
'';
services.logind.lidSwitch = "suspend";
swapDevices = [
{