infra/services/monitoring/exporters/default.nix

7 lines
76 B
Nix

{
imports = [
./cadvisor.nix
./nginx.nix
./postgres.nix
];
}