mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix suspend-then-hibernate on fern
This commit is contained in:
parent
1bc59da1df
commit
1b27e93c03
1 changed files with 5 additions and 0 deletions
|
|
@ -32,4 +32,9 @@
|
|||
criticalPowerAction = "Hibernate";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.sleep.extraConfig = ''
|
||||
HibernateDelaySec=1h
|
||||
HibernateOnACPower=yes
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue