Files
nix-config/common/server/default.nix
googlebot 288a2841aa
All checks were successful
Check Flake / check-flake (push) Successful in 2m4s
Replace Uptime Kuma with Gatus for declarative uptime monitoring
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.
2026-02-22 17:30:03 -08:00

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
];
}