Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a35400ffa22b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 73701a7a052c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 26, 2019

  1. 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";
    ```
    dasJ committed Aug 26, 2019
    Copy the full SHA
    c8e863e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Merge pull request #67487 from dasJ/suspend-then-hibernate

    nixos/systemd: Add suspend-then-hibernate units
    peterhoeg committed Aug 28, 2019
    Copy the full SHA
    73701a7 View commit details
    Browse the repository at this point in the history