summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-06 07:32:50 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-06 07:32:50 +0200
commit4853c8111d022b68fa38df034b6c9180f090cd59 (patch)
tree4306e97537c0164d9846fd2e194349bb482c29ef
parentbuild(flake): Update inputs (diff)
downloadnixos-server-4853c8111d022b68fa38df034b6c9180f090cd59.tar.gz
nixos-server-4853c8111d022b68fa38df034b6c9180f090cd59.zip
fix(services/matrix/mautrix-whatsapp): Disable to remove libolm
Libolm is marked as insecure and must thus be removed from the system
closure.
-rw-r--r--system/services/matrix/default.nix4
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 = {