teutat3s
e3d4f61a42
All checks were successful
Flake checks / Check (pull_request) Successful in 4m5s
Use caddy as reverse proxy for loki on flora-6, add basic auth Add promtail to nachtigall, push logs to flora-6
38 lines
871 B
Nix
38 lines
871 B
Nix
{ flake, ... }:
|
|
|
|
{
|
|
imports =
|
|
[ # Include the results of the hardware scan.
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
|
|
./networking.nix
|
|
./backups.nix
|
|
./apps/nginx.nix
|
|
|
|
./apps/collabora.nix
|
|
./apps/coturn.nix
|
|
./apps/forgejo.nix
|
|
./apps/keycloak.nix
|
|
./apps/mailman.nix
|
|
./apps/mastodon.nix
|
|
./apps/mediawiki.nix
|
|
./apps/nextcloud.nix
|
|
./apps/nginx-mastodon.nix
|
|
./apps/nginx-mastodon-files.nix
|
|
./apps/nginx-prometheus-exporters.nix
|
|
./apps/nginx-website.nix
|
|
./apps/opensearch.nix
|
|
./apps/owncast.nix
|
|
./apps/postgresql.nix
|
|
./apps/prometheus-exporters.nix
|
|
./apps/promtail.nix
|
|
./apps/searx.nix
|
|
|
|
./apps/matrix/irc.nix
|
|
./apps/matrix/mautrix-telegram.nix
|
|
./apps/matrix/synapse.nix
|
|
./apps/nginx-matrix.nix
|
|
];
|
|
}
|