From ae7a199ee6cf5f212ca3e25de21610a76768ba81 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 17 Nov 2023 08:02:21 +0000 Subject: [PATCH] Add more options to pantalaimon --- home/emacs/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 8715405f..bc9e5c48 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -128,6 +128,9 @@ Homeserver = "https://matrix.tchncs.de"; ListenAddress = "127.0.0.1"; ListenPort = 8008; + SSL = false; + UseKeyring = false; + IgnoreVerification = true; }; }; };