mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-24 21:26:59 +01:00
30 lines
521 B
Nix
30 lines
521 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./backup-job.nix
|
|
./monit.nix
|
|
./gitlab-runner.nix
|
|
./openssh.nix
|
|
./murmur.nix
|
|
./mastodon.nix
|
|
./nginx.nix
|
|
./jellyfin.nix
|
|
./stb.nix
|
|
./monero.nix
|
|
./minecraft-server.nix
|
|
./torrents.nix
|
|
./jitsi.nix
|
|
./binary-cache.nix
|
|
./grafana.nix
|
|
./monitoring-exporters.nix
|
|
./synapse.nix
|
|
./nextcloud.nix
|
|
./roundcube.nix
|
|
./dokuwiki.nix
|
|
./postgresql.nix
|
|
./foundryvtt.nix
|
|
./immich.nix
|
|
./forgejo.nix
|
|
./headscale.nix
|
|
];
|
|
}
|