1
0
Fork 0
forked from fi/nix-infra

Add matrix-synapse host

This commit is contained in:
fi 2023-08-29 16:10:22 +02:00
commit e93c605ebb
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
13 changed files with 186 additions and 41 deletions

10
hosts/matrix/default.nix Normal file
View file

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