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: 4429559aa15e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 263185aa6860
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 25, 2017

  1. nixos/network-interfaces: IPs must always be set

    Previously, depending on the environment and the type of interface that
    was created, the configured IPs of an interface wouldn't be applied on a
    nixos-rebuild switch. It works after a reboot.
    
    This patch ensures that the network-addresses service is started
    either via the network-link service or if the networking target is
    activated (i.e. on system activation).
    
    Fixes #28474 #16230.
    fpletz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    3a670da View commit details
    Browse the repository at this point in the history
  2. nixos/network-interfaces: cannot delay device units

    Systemd is complaining that it can't delay the startup of device units.
    We have a before dependency on the respective device unit for every
    netdev service, which doesn't make any sense because we create the
    actual interface in this service.
    fpletz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    13a110e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    263185a View commit details
    Browse the repository at this point in the history