Configure Matrix host

Co-authored-by: julian <julian@jsts.xyz>
This commit is contained in:
yuri 2023-10-06 05:33:28 +02:00 committed by Jannes Grzebien
commit 58d529d0ba
7 changed files with 203 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
imports = [
./configuration.nix
./networking.nix
./postgresql.nix
./matrix-synapse.nix
./nginx.nix
];
}