From 698579bffe16d21e014fcc47f8c82b7bd8d30088 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 23 Apr 2024 22:07:23 +0200 Subject: [PATCH] whatsapp diable forced encryption --- systems/hetzner/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/hetzner/matrix.nix b/systems/hetzner/matrix.nix index d657b6f..23b70f5 100644 --- a/systems/hetzner/matrix.nix +++ b/systems/hetzner/matrix.nix @@ -97,7 +97,7 @@ in encryption = { allow = true; default = true; - require = true; + require = false; appservice = true; };