nixos/mautrix-telegram: update defaults

These three defaults must exist in the config now, otherwise
`mautrix-telegram` will refuse to start.
This commit is contained in:
Maximilian Bosch 2020-11-29 21:21:54 +01:00
parent 878e80c596
commit 752b6a95db
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -21,6 +21,7 @@ in {
default = {
appservice = rec {
database = "sqlite:///${dataDir}/mautrix-telegram.db";
database_opts = {};
hostname = "0.0.0.0";
port = 8080;
address = "http://localhost:${toString port}";
@ -29,6 +30,8 @@ in {
bridge = {
permissions."*" = "relaybot";
relaybot.whitelist = [ ];
double_puppet_server_map = {};
login_shared_secret_map = {};
};
logging = {