forked from the-distro/infra
Kiara Grouwstra
b291caac46
Adds a service for a status page using [`uptime-kuma`](https://uptime.kuma.pet/).
19 lines
247 B
Nix
19 lines
247 B
Nix
{
|
|
imports = [
|
|
./gerrit
|
|
./channel-scripts
|
|
./hydra
|
|
./matrix
|
|
./monitoring
|
|
./uptime-kuma
|
|
./netbox
|
|
./ofborg
|
|
./postgres
|
|
./forgejo
|
|
./baremetal-builder
|
|
./buildbot
|
|
./newsletter
|
|
./s3-revproxy
|
|
];
|
|
}
|