nixos/mautrix-telegram: add new required config option

This commit is contained in:
Winter 2022-10-29 21:06:33 -04:00
parent eac10de668
commit 8e803f4364

View file

@ -19,6 +19,10 @@ in {
apply = recursiveUpdate default;
inherit (settingsFormat) type;
default = {
homeserver = {
software = "standard";
};
appservice = rec {
database = "sqlite:///${dataDir}/mautrix-telegram.db";
database_opts = {};