@cryptotaxi247 / infra-1 / commits / 5f29cc35

Enable Datadog

Eelco Dolstra committed Feb 18, 2014 at 11:16 UTC 5f29cc35427ae4eb7fe68d4a4555e39d11db50cb
2 files changed +5 -1
delft/datadog.nix new
+4
@@ -0,0 +1,4 @@
1 +{
2 + services.dd-agent.enable = true;
3 + services.dd-agent.api_key = builtins.readFile ./datadog.secret;
4 +}
delft/lucifer.nix
+1 -1
@@ -1,7 +1,7 @@
1 { config, pkgs, ... }:
2
3 {
4 - require = [ ./common.nix ./hydra-module.nix ./megacli.nix ];
4 + require = [ ./common.nix ./hydra-module.nix ./megacli.nix ./datadog.nix ];
5
6 nixpkgs.system = "x86_64-linux";
7