Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
14 lines
176 B
Nix
14 lines
176 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./loki.nix
|
|
./grafana.nix
|
|
./prometheus.nix
|
|
./pve.nix
|
|
./alerttonotify.nix
|
|
./pyroscope.nix
|
|
./alloy.nix
|
|
./tempo.nix
|
|
];
|
|
}
|