about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-10 10:37:57 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:47:14 +0100
commitb15f4d0f9735f3dbce30b7d8c490627f5d9394e5 (patch)
tree5ee84d3cc976545bee9140ba95ef8837f76cf567 /nixos
parentbf92eaebe4afd03f029292f8cf5efa333fd0078a (diff)
nixos/akkoma: auto-generate module chapter from MD
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/akkoma.nix1
-rw-r--r--nixos/modules/services/web-apps/akkoma.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/akkoma.nix b/nixos/modules/services/web-apps/akkoma.nix
index 47ba53e42221a..170b7680f01f7 100644
--- a/nixos/modules/services/web-apps/akkoma.nix
+++ b/nixos/modules/services/web-apps/akkoma.nix
@@ -1082,5 +1082,6 @@ in {
   };
 
   meta.maintainers = with maintainers; [ mvs ];
+  # Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
   meta.doc = ./akkoma.xml;
 }
diff --git a/nixos/modules/services/web-apps/akkoma.xml b/nixos/modules/services/web-apps/akkoma.xml
index 76e6b806f30fe..a1c4c0e30be84 100644
--- a/nixos/modules/services/web-apps/akkoma.xml
+++ b/nixos/modules/services/web-apps/akkoma.xml
@@ -371,7 +371,7 @@ services.systemd.akkoma.confinement.enable = true;
         and
         <option>services.systemd.akkoma.serviceConfig.BindReadOnlyPaths</option>
         permit access to outside paths through bind mounts. Refer to
-        <link xlink:href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html#BindPaths="><link xlink:href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html"><citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry></link></link>
+        <link xlink:href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html#BindPaths="><citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry></link>
         for details.
       </para>
     </section>