nixos/akkoma: auto-generate module chapter from MD
This commit is contained in:
parent
bf92eaebe4
commit
b15f4d0f97
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue