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: dc34da0755b3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ce78f3ac7010
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 11, 2020

  1. tests/networking: remove pkgs.lib usages.

    picnoir authored and flokli committed Mar 11, 2020
    Copy the full SHA
    1115959 View commit details
    Browse the repository at this point in the history
  2. nixos/networkd: respect systemd.network.links also with disabled syst…

    …emd-networkd
    
    This mirrors the behaviour of systemd - It's udev that parses `.link`
    files, not `systemd-networkd`.
    flokli committed Mar 11, 2020
    Copy the full SHA
    36ef112 View commit details
    Browse the repository at this point in the history
  3. nixos/zerotierone: switch from manually generating the .link file to …

    …use the module
    
    Previously, systemd.network.links was only respected with networkd
    enabled, but it's really udev taking care of links, no matter if
    networkd is enabled or not.
    
    With our module fixed, there's no need to manually manage the text file
    anymore.
    flokli committed Mar 11, 2020
    Copy the full SHA
    3d1079a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge pull request #82310 from flokli/systemd-network-link-no-networkd

    nixos/systemd: apply .link even when networkd is disabled
    flokli committed Mar 12, 2020
    Copy the full SHA
    ce78f3a View commit details
    Browse the repository at this point in the history