fix(matrix): disable appservices due to libolm vulnerability

This commit is contained in:
Felix Schröter 2024-08-25 14:25:58 +02:00
parent 57009266e5
commit f941db8d25
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -4,6 +4,6 @@
imports = [ imports = [
./conduit.nix ./conduit.nix
./element.nix ./element.nix
./appservices.nix # ./appservices.nix
]; ];
} }