mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: forgot that frameworks don't work like normal computers do with suspend/hibernate :(
This commit is contained in:
parent
83ea9f4916
commit
a43d035257
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
systemd.sleep.extraConfig = ''
|
||||
HibernateDelaySec=30m
|
||||
'';
|
||||
services.logind.lidSwitch = "suspend-then-hibernate";
|
||||
services.logind.lidSwitch = "suspend";
|
||||
boot = {
|
||||
# plymouth.enable = true; # is a module now
|
||||
kernelParams = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue