summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-synapse/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix

index 9af744b..e2b7dc3 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix
@@ -150,7 +150,10 @@ enable = true; username = "mjolnir"; passwordFile = "/run/secrets/mjolnir-password"; - homeserver = "http://localhost:8008"; + options = { + homeserver = "http://localhost:8008"; + ssl = false; + }; };