mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Don't hibernate by default
This commit is contained in:
parent
7486b5259a
commit
fdf5b7bace
2 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ in {
|
|||
# Enter suspend/sleep state (10 minutes)
|
||||
{
|
||||
timeout = 600;
|
||||
on-timeout = "systemctl suspend-then-hibernate";
|
||||
on-timeout = "systemctl suspend";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue