All checks were successful
Check Flake / check-flake (push) Successful in 2m4s
Gatus is configured entirely via YAML (mapped from Nix attrsets), making nix-config the single source of truth for all monitoring config instead of Uptime Kuma's web UI/SQLite database.
23 lines
332 B
Nix
23 lines
332 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./nginx.nix
|
|
./thelounge.nix
|
|
./mumble.nix
|
|
./matrix.nix
|
|
./gitea.nix
|
|
./samba.nix
|
|
./owncast.nix
|
|
./mailserver.nix
|
|
./nextcloud.nix
|
|
./gitea-actions-runner.nix
|
|
./atticd.nix
|
|
./librechat.nix
|
|
./actualbudget.nix
|
|
./unifi.nix
|
|
./ntfy.nix
|
|
./gatus.nix
|
|
];
|
|
}
|