Torjus Håkestad 486320b0ec
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Add tempo to monitoring
2025-05-24 21:29:05 +02:00

14 lines
176 B
Nix

{ ... }:
{
imports = [
./loki.nix
./grafana.nix
./prometheus.nix
./pve.nix
./alerttonotify.nix
./pyroscope.nix
./alloy.nix
./tempo.nix
];
}