lifebook: set suspend-then-hibernate with delaytime 1h
This commit is contained in:
@@ -65,8 +65,9 @@
|
||||
light.enable = true;
|
||||
};
|
||||
|
||||
systemd.sleep.extraConfig = "HibernateDelaySec=1h";
|
||||
services = {
|
||||
logind.lidSwitch = "suspend"; # Laptop does not go to sleep when lid is closed
|
||||
logind.lidSwitch = "suspend-then-hibernate"; # Laptop does not go to sleep when lid is closed
|
||||
blueman.enable = true;
|
||||
printing = { # Printing and drivers for TS5300
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user