services.pantalaimon.settings
Home-Manager option
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.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: <home-manager/modules/services/pantalaimon.nix>source unavailable{ Default = { LogLevel = "Debug"; SSL = true; }; local-matrix = { Homeserver = "https://matrix.org"; ListenAddress = "127.0.0.1"; ListenPort = 8008; }; }