nixos/akkoma: auto-generate module chapter from MD

This commit is contained in:
pennae 2023-01-10 10:37:57 +01:00
parent bf92eaebe4
commit b15f4d0f97
2 changed files with 2 additions and 1 deletions

View file

@ -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;
}

View file

@ -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>