From b0b41b727d94e63cdca109a99be37c5e1735fb1e Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 16 Mar 2023 17:19:53 +0100 Subject: fix pantalaimon --- .gitignore | 1 + host/Rory-synapse/configuration.nix | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 577b0a0..0e78cf9 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ hardware-configuration.nix +.vscode/ 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; + }; }; -- cgit 1.4.1