Don't hibernate by default

This commit is contained in:
ItsDrike 2024-09-13 21:18:43 +02:00
parent 7486b5259a
commit fdf5b7bace
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ in {
# Enter suspend/sleep state (10 minutes)
{
timeout = 600;
on-timeout = "systemctl suspend-then-hibernate";
on-timeout = "systemctl suspend";
}
];
};