Files
nixos/hosts/linode/default.nix
T
Greg Hellings 00c1adfa2d 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
2022-04-12 15:11:56 +00:00

13 lines
179 B
Nix

{ ... }:
{
imports = [
../../profiles/linode.nix
./nginx.nix
./postgres.nix
./synapse.nix
];
networking.hostName = "linode";
networking.domain = "thehellings.com";
}