infra/modules/nixos/monitoring/default.nix

7 lines
85 B
Nix

{
imports = [
./matrix-hook.nix
./prometheus.nix
./telegraf.nix
];
}