mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-22 06:40:58 +01:00
hostconfig/gandalf: Disable hibernation, as it currently does not work
This commit is contained in:
parent
e41c9f126b
commit
2207d62a72
1 changed files with 1 additions and 4 deletions
|
|
@ -10,10 +10,7 @@ in
|
|||
|
||||
boot.resumeDevice = swap;
|
||||
|
||||
services.logind.lidSwitch = "suspend-then-hibernate";
|
||||
systemd.sleep.extraConfig = ''
|
||||
HibernateDelaySec=1h
|
||||
'';
|
||||
services.logind.lidSwitch = "suspend";
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue