Branch: refs/heads/nixos-datadog-process-config
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c5d4f0db9f788199553f9c0fced4e6b25600ad74
      
https://github.com/NixOS/nixpkgs/commit/c5d4f0db9f788199553f9c0fced4e6b25600ad74
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M nixos/modules/services/monitoring/dd-agent.nix

  Log Message:
  -----------
  nixos datadog module: add processConfig option


  Commit: bdabc6f730218559f4605e5872b80dc0cd918704
      
https://github.com/NixOS/nixpkgs/commit/bdabc6f730218559f4605e5872b80dc0cd918704
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M nixos/modules/services/monitoring/dd-agent.nix
    M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  -----------
  nixos: datadog: correctly pass conf.d to the daemon

Before NixOS 17.03, we were using dd-agent 5.5.X which
used configuration from /etc/dd-agent/conf.d

In NixOS 17.03 the default conf.d location is first used relative,
meaning that $out/agent/conf.d was used without NixOS overrides.

This patch first copies $out/agent/cond.d and then applies all nixos
config changes and stores them in a single derivation.


Compare: https://github.com/NixOS/nixpkgs/compare/c5d4f0db9f78^...bdabc6f73021
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to