diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:19:53 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:19:53 +0100 |
commit | b0b41b727d94e63cdca109a99be37c5e1735fb1e (patch) | |
tree | 7be4602372c5f815807fd2a61bd0bb4d144e525c /host/Rory-synapse/configuration.nix | |
parent | move settings (diff) | |
download | Rory-Open-Architecture-b0b41b727d94e63cdca109a99be37c5e1735fb1e.tar.xz |
fix pantalaimon
Diffstat (limited to 'host/Rory-synapse/configuration.nix')
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 5 |
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; + }; }; |