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: 3a1e8bdcd9a9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0ae7a683b510
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 28, 2020

  1. nixos/systemd.nix: don’t require online for multi-user.target

    Not all systems need to be online to boot up. So, don’t pull
    network-online.target into multi-user.target. Services that need
    online network can still require it.
    
    This increases my boot time from ~9s to ~5s.
    matthewbauer committed Apr 28, 2020
    Copy the full SHA
    764c820 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Merge pull request #86273 from matthewbauer/dont-require-network-onli…

    …ne-for-boot
    
    nixos/systemd.nix: don’t require online for multi-user.target
    peterhoeg committed Apr 30, 2020
    Copy the full SHA
    0ae7a68 View commit details
    Browse the repository at this point in the history