self-hosting/modules/default.nix

29 lines
474 B
Nix
Raw Normal View History

2024-12-10 11:39:55 +01:00
{ ... }:
{
imports = [
./backup-job.nix
./monit.nix
./gitlab-runner.nix
./openssh.nix
./murmur.nix
2022-12-01 02:31:13 +01:00
./mastodon.nix
2024-03-26 23:37:53 +01:00
./nginx.nix
./jellyfin.nix
./stb.nix
./monero.nix
./torrents.nix
./jitsi.nix
./binary-cache.nix
./grafana.nix
./monitoring-exporters.nix
./synapse.nix
./nextcloud.nix
./roundcube.nix
./dokuwiki.nix
./postgresql.nix
2024-12-10 11:39:55 +01:00
./foundryvtt.nix
2024-12-14 05:07:09 +01:00
./immich.nix
2025-03-04 05:20:49 +01:00
./forgejo.nix
];
}