anemone/kernel: fix hibernation not shutting down

This commit is contained in:
LavaDesu 2025-04-21 00:49:22 +10:00
parent ffb3659357
commit 9f525a8756
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -28,6 +28,9 @@
size = 16 * 1024;
}];
systemd.sleep.extraConfig = ''
HibernateMode=shutdown
'';
/*
services.logind.lidSwitch = "suspend-then-hibernate";
systemd.sleep.extraConfig = ''