nixpkgs/nixos/modules/system
Janne Heß c8e863e25e nixos/systemd: Add suspend-then-hibernate units
Pretty useful for laptops. I use them with:

```
services.logind.lidSwitch = "suspend-then-hibernate";
environment.etc."systemd/sleep.conf".text = "HibernateDelaySec=8h";
```
2019-08-26 11:04:10 +02:00
..
activation nixos/hardware.deviceTree: new module 2019-08-07 13:51:22 +01:00
boot nixos/systemd: Add suspend-then-hibernate units 2019-08-26 11:04:10 +02:00
etc Revert "Merge pull request #54980 from danbst/etc-relative" (#56507) 2019-02-28 07:48:40 +02:00