MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/pantalaimon/pantalaimon.conf.

See https://github.com/matrix-org/pantalaimon/blob/master/docs/manpantalaimon.5.md or pantalaimon(5) for options.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Default = {
    LogLevel = "Debug";
    SSL = true;
  };
  local-matrix = {
    Homeserver = "https://matrix.org";
    ListenAddress = "127.0.0.1";
    ListenPort = 8008;
  };
}