raito
e66c09ee10
Via a fork of the Linux Foundation, called OpenBao. The module supports high availability but we only have one node for now. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
23 lines
312 B
Nix
23 lines
312 B
Nix
{
|
|
imports = [
|
|
./block-crawlers
|
|
./gerrit
|
|
./channel-scripts
|
|
./hydra
|
|
./matrix
|
|
./monitoring
|
|
./uptime-kuma
|
|
./self
|
|
./netbox
|
|
./ofborg
|
|
./postgres
|
|
./forgejo
|
|
./baremetal-builder
|
|
./buildbot
|
|
./newsletter
|
|
./s3-revproxy
|
|
./vault
|
|
./extra-builders
|
|
];
|
|
}
|