From e16626c48f702c4c40eaab86af46561b280d351f Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 2 Nov 2022 22:21:36 +0100 Subject: [PATCH] Add required option to mautrix facebook --- modules/communication.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/communication.nix b/modules/communication.nix index e9cbec6..912ab76 100644 --- a/modules/communication.nix +++ b/modules/communication.nix @@ -78,6 +78,7 @@ in { port = 8228; format = "mautrix-python"; package = mautrix-facebook; + settings.homeserver.software = "standard"; }; signal = { port = 8338;