diff options
author | Justin Bedo <cu@cua0.org> | 2024-10-29 10:32:22 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2024-10-29 10:32:22 +1100 |
commit | 789973aa2080402390b07e3a7d7759ca8aa66f87 (patch) | |
tree | 421837e1746426aac090d72dfe5c1c1ee1f06146 /modules/matrix-appservices | |
parent | e795d2fbc61da45d49802bb3e8f8d0c70ddc1e68 (diff) |
update legacy config for mautrix-gomastger
Diffstat (limited to 'modules/matrix-appservices')
-rw-r--r-- | modules/matrix-appservices/as-formats.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/matrix-appservices/as-formats.nix b/modules/matrix-appservices/as-formats.nix index def8dc9..26d86b9 100644 --- a/modules/matrix-appservices/as-formats.nix +++ b/modules/matrix-appservices/as-formats.nix @@ -130,7 +130,7 @@ in settings = recursiveUpdate mautrix.settings { bridge.username_template = "${name}_{{.}}"; - appservice.database = { + database = { type = "sqlite3"; uri = "$DIR/database.db"; }; |