Torjus Håkestad 1988b36f03
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Add pyroscope container to monitoring
2025-05-24 12:00:02 +02:00

12 lines
144 B
Nix

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