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: d0b9212338b1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 04e308a49653
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 23, 2020

  1. nixos/networkd: Fix restartTriggers

    1d61efb accidentially changed the
    restartTriggers of systemd-networkd.service` to point to the attribute
    name (in this case, a location relative to `/etc`), instead of the
    location of the network-related unit files in the nix store.
    
    This caused systemd-networkd to not get restarted on activation of new
    networking config, if the file name hasn't changed.
    
    Fix this, by pointing this back to the location in the nix store.
    arianvp committed Apr 23, 2020
    Copy the full SHA
    14395cc View commit details
    Browse the repository at this point in the history
  2. nixos/datadog-agent: Fix restartTriggers

    Fixes #85800
    
    1d61efb accidentially changed the
    restartTriggers of `datadog-agent.service` to point to the attribute
    name (in this case, a location relative to `/etc`), instead of the
    location of the config files in the nix store.
    
    This caused datadog to not get restarted on activation of new
    config, if the file name hasn't changed.
    
    Fix this, by pointing this back to the location in the nix store.
    arianvp committed Apr 23, 2020
    Copy the full SHA
    f332109 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85815 from arianvp/fix-85800

    Fix networkd not restarting on unit changes
    flokli committed Apr 23, 2020
    Copy the full SHA
    04e308a View commit details
    Browse the repository at this point in the history