From d2facca5c0c776bef2e142e129df90355ec80a27 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 1 Aug 2023 18:16:56 +0200 Subject: [PATCH] nixos/matrix-synapse: fix option description of `extras` option Co-authored-by: Benjamin Saunders --- nixos/modules/services/matrix/synapse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/matrix/synapse.nix b/nixos/modules/services/matrix/synapse.nix index 75c28d13a018..ef69a8adebb0 100644 --- a/nixos/modules/services/matrix/synapse.nix +++ b/nixos/modules/services/matrix/synapse.nix @@ -208,7 +208,7 @@ in { ''; description = lib.mdDoc '' Explicitly install extras provided by matrix-synapse. Most - will reconfigure some additional configuration. + will require some additional configuration. Extras will automatically be enabled, when the relevant configuration sections are present.