Fix Synapse installation

Fix the installation of the PostgreSQL install to set the locale
Add NGinx bouncer in front of Synapse
Fix Synapse install to work properly
This commit is contained in:
Greg Hellings
2022-04-12 15:11:56 +00:00
parent 28ebd30001
commit 00c1adfa2d
4 changed files with 130 additions and 5 deletions
+3
View File
@@ -3,7 +3,10 @@
{
imports = [
../../profiles/linode.nix
./nginx.nix
./postgres.nix
./synapse.nix
];
networking.hostName = "linode";
networking.domain = "thehellings.com";
}