2023-11-18 18:46:23 +01:00
|
|
|
{ flake, ... }:
|
2023-10-27 23:06:55 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
imports =
|
|
|
|
[
|
|
|
|
# Include the results of the hardware scan.
|
|
|
|
./hardware-configuration.nix
|
2023-10-28 11:28:41 +02:00
|
|
|
./configuration.nix
|
2023-10-28 13:02:04 +02:00
|
|
|
|
2023-10-28 13:55:10 +02:00
|
|
|
./networking.nix
|
2024-04-03 21:03:14 +02:00
|
|
|
./wireguard.nix
|
2023-11-05 22:54:09 +01:00
|
|
|
./backups.nix
|
2023-10-28 15:31:44 +02:00
|
|
|
./apps/nginx.nix
|
2023-10-28 18:18:06 +02:00
|
|
|
|
2023-10-28 21:39:13 +02:00
|
|
|
./apps/collabora.nix
|
2023-11-19 17:22:09 +01:00
|
|
|
./apps/coturn.nix
|
2024-04-05 17:00:28 +02:00
|
|
|
./apps/forgejo.nix
|
2023-10-28 23:33:07 +02:00
|
|
|
./apps/keycloak.nix
|
2023-10-29 00:31:09 +02:00
|
|
|
./apps/mailman.nix
|
|
|
|
./apps/mastodon.nix
|
2023-10-30 01:22:34 +01:00
|
|
|
./apps/mediawiki.nix
|
2023-10-28 02:46:38 +02:00
|
|
|
./apps/nextcloud.nix
|
2023-10-28 18:56:22 +02:00
|
|
|
./apps/nginx-mastodon.nix
|
2023-10-28 17:21:54 +02:00
|
|
|
./apps/nginx-mastodon-files.nix
|
2023-12-06 19:11:45 +01:00
|
|
|
./apps/nginx-prometheus-exporters.nix
|
2023-10-28 16:26:02 +02:00
|
|
|
./apps/nginx-website.nix
|
2024-02-25 16:06:29 +01:00
|
|
|
./apps/nginx-website-miom.nix
|
2023-10-28 18:18:06 +02:00
|
|
|
./apps/opensearch.nix
|
2023-12-13 19:18:56 +01:00
|
|
|
./apps/owncast.nix
|
2023-10-28 16:45:30 +02:00
|
|
|
./apps/postgresql.nix
|
2023-12-06 19:11:45 +01:00
|
|
|
./apps/prometheus-exporters.nix
|
2023-12-13 19:18:56 +01:00
|
|
|
./apps/promtail.nix
|
2023-10-29 15:34:25 +01:00
|
|
|
./apps/searx.nix
|
2024-02-07 18:01:44 +01:00
|
|
|
./apps/tmate.nix
|
2023-10-28 02:21:34 +02:00
|
|
|
|
2023-12-13 19:18:56 +01:00
|
|
|
./apps/matrix/irc.nix
|
2023-10-29 02:55:35 +02:00
|
|
|
./apps/matrix/mautrix-telegram.nix
|
|
|
|
./apps/matrix/synapse.nix
|
2023-10-29 04:48:26 +01:00
|
|
|
./apps/nginx-matrix.nix
|
2023-10-27 23:06:55 +02:00
|
|
|
];
|
|
|
|
}
|