self-hosting/modules/default.nix

25 lines
432 B
Nix
Raw Normal View History

2024-03-26 23:37:53 +01:00
{ config, pkgs, ... }: {
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
];
}