Fix the installation of the PostgreSQL install to set the locale Add NGinx bouncer in front of Synapse Fix Synapse install to work properly
13 lines
179 B
Nix
13 lines
179 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../profiles/linode.nix
|
|
./nginx.nix
|
|
./postgres.nix
|
|
./synapse.nix
|
|
];
|
|
networking.hostName = "linode";
|
|
networking.domain = "thehellings.com";
|
|
}
|