nixos/mautrix-telegram: add new required config option
This commit is contained in:
parent
eac10de668
commit
8e803f4364
1 changed files with 4 additions and 0 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue