infra/modules/nixos/monitoring/default.nix
2023-08-08 06:16:48 +00:00

6 lines
63 B
Nix

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