diff options
Diffstat (limited to 'system/services/matrix/default.nix')
-rw-r--r-- | system/services/matrix/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix index 66474cc..8e9dd2a 100644 --- a/system/services/matrix/default.nix +++ b/system/services/matrix/default.nix @@ -62,7 +62,9 @@ in { }; mautrix-whatsapp = { - enable = true; + # FIXME(@bpeetz): This was disabled because `mautrix-whatsapp` dependends on libolm. + # Re-enable it, when this has changed. <2024-09-06> + enable = false; settings = { appservice = { database = { |