raito
6441a01ab1
Introduce a data-only module to perform abstraction on the deployment, we use it for WAN for now. The usecase is service discovery for simple cases. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
22 lines
300 B
Nix
22 lines
300 B
Nix
{
|
|
imports = [
|
|
./block-crawlers
|
|
./gerrit
|
|
./channel-scripts
|
|
./hydra
|
|
./matrix
|
|
./monitoring
|
|
./uptime-kuma
|
|
./self
|
|
./netbox
|
|
./ofborg
|
|
./postgres
|
|
./forgejo
|
|
./baremetal-builder
|
|
./buildbot
|
|
./newsletter
|
|
./s3-revproxy
|
|
./extra-builders
|
|
];
|
|
}
|