Torjus Håkestad ebcdefd0ca
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Add alloy
2025-05-24 12:40:39 +02:00

13 lines
160 B
Nix

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