@cryptotaxi247 / infra-1 / commits / 1bb521b8

haumea: remove datadog module, unused/unmaintained/probably not working

Pierre Bourdon committed Feb 12, 2024 at 12:58 UTC 1bb521b8c0322f811ff9897f10a35a6608dfee00
2 files changed -5
delft/datadog.nix deleted
-4
@@ -1,4 +0,0 @@
1 -{
2 - services.dd-agent.enable = true;
3 - services.dd-agent.api_key = builtins.readFile /home/deploy/src/nixos-org-configurations/delft/datadog.secret;
4 -}
delft/haumea.nix
-1
@@ -3,7 +3,6 @@
3 {
4 imports =
5 [ ./common.nix
6 - # ./datadog.nix # error: psycopg2-2.9.1 not supported for interpreter python2.7
6 ./haumea/network.nix
7 ];
8