{ config, lib, pkgs, ... }: { services.pantalaimon = { enable = true; settings = { Default = { LogLevel = "Debug"; SSL = true; }; local-matrix = { Homeserver = "https://matrix.kifla.be"; ListenAddress = "localhost"; ListenPort = 8009; IgnoreVerification = false; UseKeyring = false; }; }; }; }