diff options
Diffstat (limited to 'modules/services/matrix-bridge.nix')
-rw-r--r-- | modules/services/matrix-bridge.nix | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/modules/services/matrix-bridge.nix b/modules/services/matrix-bridge.nix index 208f8ff..e193eee 100644 --- a/modules/services/matrix-bridge.nix +++ b/modules/services/matrix-bridge.nix @@ -103,13 +103,12 @@ in target = "webp"; convert_from_webm = true; }; - # FIXME: crashes immediately: `KeyError: 'delete_outdated_inbound'` - # encryption = { - # allow = true; - # default = true; - # require = true; - # allow_key_sharing = true; - # }; + encryption = { + allow = true; + default = true; + require = true; + allow_key_sharing = true; + }; permissions = { "@sef:exotic.sh" = "admin"; "exotic.sh" = "full"; |