about summary refs log tree commit diff
path: root/nixos/modules/services/matrix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-08-01 18:16:56 +0200
committerGitHub <noreply@github.com>2023-08-01 18:16:56 +0200
commitd2facca5c0c776bef2e142e129df90355ec80a27 (patch)
tree10137493b77353d06fffe6af9c161002ce188904 /nixos/modules/services/matrix
parent9f6ed8c2b26ad960b40c652dcc3a744e954ee449 (diff)
downloadnixlib-d2facca5c0c776bef2e142e129df90355ec80a27.tar
nixlib-d2facca5c0c776bef2e142e129df90355ec80a27.tar.gz
nixlib-d2facca5c0c776bef2e142e129df90355ec80a27.tar.bz2
nixlib-d2facca5c0c776bef2e142e129df90355ec80a27.tar.lz
nixlib-d2facca5c0c776bef2e142e129df90355ec80a27.tar.xz
nixlib-d2facca5c0c776bef2e142e129df90355ec80a27.tar.zst
nixlib-d2facca5c0c776bef2e142e129df90355ec80a27.zip
nixos/matrix-synapse: fix option description of `extras` option
Co-authored-by: Benjamin Saunders <ben.e.saunders@gmail.com>
Diffstat (limited to 'nixos/modules/services/matrix')
-rw-r--r--nixos/modules/services/matrix/synapse.nix2
1 files changed, 1 insertions, 1 deletions
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.