infra/services/default.nix
Raito Bezarius cf98ed80dc chore: introduce finer-grained baremetal management
for multiple roles such as storage or builders.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-12-23 21:30:38 +01:00

22 lines
304 B
Nix

{
imports = [
./block-crawlers
./gerrit
./channel-scripts
./hydra
./matrix
./monitoring
./uptime-kuma
./self
./netbox
./ofborg
./postgres
./forgejo
./baremetal
./buildbot
./newsletter
./s3-revproxy
./vault
./extra-builders
];
}