summary refs log tree commit diff
path: root/nixos/modules/services/matrix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-02 17:34:22 +0200
committerpennae <github@quasiparticle.net>2022-08-03 20:39:21 +0200
commit694d5b19d30bf66687b42fb77f43ea7cd1002a62 (patch)
treec6f96a086cfcf7e03ed59ef4974318e161d0925d /nixos/modules/services/matrix
parent951c50ec6dfc10324374d905edb2c028a284859e (diff)
nixos/*: replace </para><para> with double linebreaks
our xslt already replaces double line breaks with a paragraph close and
reopen. not using explicit para tags lets nix-doc-munge convert more
descriptions losslessly.

only whitespace changes to generated documents, except for two
strongswan options gaining paragraph two breaks they arguably should've
had anyway.
Diffstat (limited to 'nixos/modules/services/matrix')
-rw-r--r--nixos/modules/services/matrix/appservice-discord.nix6
-rw-r--r--nixos/modules/services/matrix/mautrix-facebook.nix2
-rw-r--r--nixos/modules/services/matrix/mautrix-telegram.nix2
3 files changed, 0 insertions, 10 deletions
diff --git a/nixos/modules/services/matrix/appservice-discord.nix b/nixos/modules/services/matrix/appservice-discord.nix
index fa55b3c5de70e..65ad96a3af364 100644
--- a/nixos/modules/services/matrix/appservice-discord.nix
+++ b/nixos/modules/services/matrix/appservice-discord.nix
@@ -42,20 +42,14 @@ in {
         '';
         description = ''
           <filename>config.yaml</filename> configuration as a Nix attribute set.
-          </para>
 
-          <para>
           Configuration options should match those described in
           <link xlink:href="https://github.com/Half-Shot/matrix-appservice-discord/blob/master/config/config.sample.yaml">
           config.sample.yaml</link>.
-          </para>
 
-          <para>
           <option>config.bridge.domain</option> and <option>config.bridge.homeserverUrl</option>
           should be set to match the public host name of the Matrix homeserver for webhooks and avatars to work.
-          </para>
 
-          <para>
           Secret tokens should be specified using <option>environmentFile</option>
           instead of this world-readable attribute set.
         '';
diff --git a/nixos/modules/services/matrix/mautrix-facebook.nix b/nixos/modules/services/matrix/mautrix-facebook.nix
index 55067abaa52a2..2f91e6e0e5213 100644
--- a/nixos/modules/services/matrix/mautrix-facebook.nix
+++ b/nixos/modules/services/matrix/mautrix-facebook.nix
@@ -80,9 +80,7 @@ in {
           Configuration options should match those described in
           <link xlink:href="https://github.com/mautrix/facebook/blob/master/mautrix_facebook/example-config.yaml">
           example-config.yaml</link>.
-          </para>
 
-          <para>
           Secret tokens should be specified using <option>environmentFile</option>
           instead of this world-readable attribute set.
         '';
diff --git a/nixos/modules/services/matrix/mautrix-telegram.nix b/nixos/modules/services/matrix/mautrix-telegram.nix
index c6527be5263cb..1d4061b8a8182 100644
--- a/nixos/modules/services/matrix/mautrix-telegram.nix
+++ b/nixos/modules/services/matrix/mautrix-telegram.nix
@@ -83,9 +83,7 @@ in {
           Configuration options should match those described in
           <link xlink:href="https://github.com/tulir/mautrix-telegram/blob/master/example-config.yaml">
           example-config.yaml</link>.
-          </para>
 
-          <para>
           Secret tokens should be specified using <option>environmentFile</option>
           instead of this world-readable attribute set.
         '';