forked from the-distro/infra
raito
9a04ef909b
We don't need weird Perl scripts where we are going. Here's a streaming channel-scripts deployment with plenty of bells, including OTLP. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
18 lines
229 B
Nix
18 lines
229 B
Nix
{
|
|
imports = [
|
|
./gerrit
|
|
./channel-scripts
|
|
./hydra
|
|
./matrix
|
|
./monitoring
|
|
./netbox
|
|
./ofborg
|
|
./postgres
|
|
./forgejo
|
|
./baremetal-builder
|
|
./buildbot
|
|
./newsletter
|
|
./s3-revproxy
|
|
];
|
|
}
|