nixos/manual: move "edit the MD file" comments to generated XML

This commit is contained in:
pennae 2023-01-10 12:34:37 +01:00
parent b15f4d0f97
commit 53fc887582
85 changed files with 87 additions and 42 deletions

View file

@ -62,6 +62,9 @@ for mf in ${MD_FILES[*]}; do
[ -f "${mf%.md}.nix" ] || continue [ -f "${mf%.md}.nix" ] || continue
pandoc --top-level-division=chapter "$mf" "${pandoc_flags[@]}" -o "${mf%.md}.xml" pandoc --top-level-division=chapter "$mf" "${pandoc_flags[@]}" -o "${mf%.md}.xml"
sed -i -e '1 i <!-- Do not edit this file directly, edit its companion .md instead\
and regenerate this file using nixos/doc/manual/md-to-db.sh -->' \
"${mf%.md}.xml"
done done
popd popd

View file

@ -66,7 +66,6 @@ in
meta = { meta = {
maintainers = with lib.maintainers; [ ericsagnes ]; maintainers = with lib.maintainers; [ ericsagnes ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./default.xml; doc = ./default.xml;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-input-methods"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-input-methods">
<title>Input Methods</title> <title>Input Methods</title>
<para> <para>

View file

@ -33,7 +33,6 @@ in
}; };
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./default.xml; doc = ./default.xml;
maintainers = with lib.maintainers; [ vidbina ]; maintainers = with lib.maintainers; [ vidbina ];
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-programs-digitalbitbox"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-programs-digitalbitbox">
<title>Digital Bitbox</title> <title>Digital Bitbox</title>
<para> <para>

View file

@ -8,7 +8,6 @@ in
{ {
meta = { meta = {
maintainers = pkgs.plotinus.meta.maintainers; maintainers = pkgs.plotinus.meta.maintainers;
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./plotinus.xml; doc = ./plotinus.xml;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-program-plotinus"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-program-plotinus">
<title>Plotinus</title> <title>Plotinus</title>
<para> <para>

View file

@ -142,6 +142,5 @@ in
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./oh-my-zsh.xml; meta.doc = ./oh-my-zsh.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-programs-zsh-ohmyzsh"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-programs-zsh-ohmyzsh">
<title>Oh my ZSH</title> <title>Oh my ZSH</title>
<para> <para>

View file

@ -916,7 +916,6 @@ in {
meta = { meta = {
maintainers = lib.teams.acme.members; maintainers = lib.teams.acme.members;
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./default.xml; doc = ./default.xml;
}; };
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-security-acme"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-security-acme">
<title>SSL/TLS Certificates with ACME</title> <title>SSL/TLS Certificates with ACME</title>
<para> <para>

View file

@ -226,7 +226,6 @@ let
in { in {
meta.maintainers = with maintainers; [ dotlambda ]; meta.maintainers = with maintainers; [ dotlambda ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./borgbackup.xml; meta.doc = ./borgbackup.xml;
###### interface ###### interface

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-borgbase"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-borgbase">
<title>BorgBackup</title> <title>BorgBackup</title>
<para> <para>

View file

@ -424,7 +424,6 @@ in
}; };
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./foundationdb.xml; meta.doc = ./foundationdb.xml;
meta.maintainers = with lib.maintainers; [ thoughtpolice ]; meta.maintainers = with lib.maintainers; [ thoughtpolice ];
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-foundationdb"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-foundationdb">
<title>FoundationDB</title> <title>FoundationDB</title>
<para> <para>

View file

@ -585,7 +585,6 @@ in
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./postgresql.xml; meta.doc = ./postgresql.xml;
meta.maintainers = with lib.maintainers; [ thoughtpolice danbst ]; meta.maintainers = with lib.maintainers; [ thoughtpolice danbst ];
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-postgresql"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-postgresql">
<title>PostgreSQL</title> <title>PostgreSQL</title>
<para> <para>

View file

@ -7,7 +7,6 @@ let
cfg = config.services.flatpak; cfg = config.services.flatpak;
in { in {
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./flatpak.xml; doc = ./flatpak.xml;
maintainers = pkgs.flatpak.meta.maintainers; maintainers = pkgs.flatpak.meta.maintainers;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-flatpak"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-flatpak">
<title>Flatpak</title> <title>Flatpak</title>
<para> <para>

View file

@ -11,7 +11,6 @@ let
in { in {
meta = { meta = {
maintainers = pkgs.blackfire.meta.maintainers; maintainers = pkgs.blackfire.meta.maintainers;
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./blackfire.xml; doc = ./blackfire.xml;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-blackfire"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-blackfire">
<title>Blackfire profiler</title> <title>Blackfire profiler</title>
<para> <para>

View file

@ -99,6 +99,5 @@ in
environment.variables.EDITOR = mkIf cfg.defaultEditor (mkOverride 900 "${editorScript}/bin/emacseditor"); environment.variables.EDITOR = mkIf cfg.defaultEditor (mkOverride 900 "${editorScript}/bin/emacseditor");
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./emacs.xml; meta.doc = ./emacs.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-emacs"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-emacs">
<title>Emacs</title> <title>Emacs</title>
<para> <para>

View file

@ -8,7 +8,6 @@ in {
### docs ### docs
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./trezord.xml; doc = ./trezord.xml;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="trezor"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="trezor">
<title>Trezor</title> <title>Trezor</title>
<para> <para>

View file

@ -642,7 +642,6 @@ in {
meta = { meta = {
maintainers = with lib.maintainers; [ lheckemann qyliss ma27 ]; maintainers = with lib.maintainers; [ lheckemann qyliss ma27 ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./mailman.xml; doc = ./mailman.xml;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-mailman"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-mailman">
<title>Mailman</title> <title>Mailman</title>
<para> <para>

View file

@ -236,7 +236,6 @@ in
}; };
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./mjolnir.xml; doc = ./mjolnir.xml;
maintainers = with maintainers; [ jojosch ]; maintainers = with maintainers; [ jojosch ];
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-mjolnir"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-mjolnir">
<title>Mjolnir (Matrix Moderation Tool)</title> <title>Mjolnir (Matrix Moderation Tool)</title>
<para> <para>

View file

@ -801,7 +801,6 @@ in {
meta = { meta = {
buildDocsInSandbox = false; buildDocsInSandbox = false;
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./synapse.xml; doc = ./synapse.xml;
maintainers = teams.matrix.members; maintainers = teams.matrix.members;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-matrix"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-matrix">
<title>Matrix</title> <title>Matrix</title>
<para> <para>

View file

@ -1502,7 +1502,6 @@ in {
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./gitlab.xml; meta.doc = ./gitlab.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-gitlab"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-gitlab">
<title>GitLab</title> <title>GitLab</title>
<para> <para>

View file

@ -1390,7 +1390,6 @@ in
'') '')
]; ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./default.xml; meta.doc = ./default.xml;
meta.maintainers = with maintainers; [ tomberek ]; meta.maintainers = with maintainers; [ tomberek ];
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-sourcehut"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-sourcehut">
<title>Sourcehut</title> <title>Sourcehut</title>
<para> <para>

View file

@ -566,6 +566,5 @@ in {
}) })
]; ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./default.xml; meta.doc = ./default.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-taskserver"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-taskserver">
<title>Taskserver</title> <title>Taskserver</title>
<para> <para>

View file

@ -59,6 +59,5 @@ in
}; };
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./weechat.xml; meta.doc = ./weechat.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-weechat"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-weechat">
<title>WeeChat</title> <title>WeeChat</title>
<para> <para>

View file

@ -539,7 +539,6 @@ in
}; };
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./parsedmarc.xml; meta.doc = ./parsedmarc.xml;
meta.maintainers = [ lib.maintainers.talyz ]; meta.maintainers = [ lib.maintainers.talyz ];
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-parsedmarc"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-parsedmarc">
<title>parsedmarc</title> <title>parsedmarc</title>
<para> <para>

View file

@ -323,7 +323,6 @@ in
); );
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./exporters.xml; doc = ./exporters.xml;
maintainers = [ maintainers.willibutz ]; maintainers = [ maintainers.willibutz ];
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-prometheus-exporters"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-prometheus-exporters">
<title>Prometheus exporters</title> <title>Prometheus exporters</title>
<para> <para>

View file

@ -95,6 +95,5 @@ in
users.groups.litestream = {}; users.groups.litestream = {};
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./default.xml; meta.doc = ./default.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-litestream"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-litestream">
<title>Litestream</title> <title>Litestream</title>
<para> <para>

View file

@ -311,7 +311,6 @@ in
meta = { meta = {
maintainers = with lib.maintainers; [ pennae ]; maintainers = with lib.maintainers; [ pennae ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./firefox-syncserver.xml; doc = ./firefox-syncserver.xml;
}; };
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-firefox-syncserver"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-firefox-syncserver">
<title>Firefox Sync server</title> <title>Firefox Sync server</title>
<para> <para>

View file

@ -671,7 +671,6 @@ in
meta = { meta = {
maintainers = with lib.maintainers; [ pennae ]; maintainers = with lib.maintainers; [ pennae ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./mosquitto.xml; doc = ./mosquitto.xml;
}; };
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-mosquitto"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-mosquitto">
<title>Mosquitto</title> <title>Mosquitto</title>
<para> <para>

View file

@ -147,6 +147,5 @@ in {
}; };
meta.maintainers = with lib.maintainers; [ ninjatrappeur ]; meta.maintainers = with lib.maintainers; [ ninjatrappeur ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./pleroma.xml; meta.doc = ./pleroma.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-pleroma"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-pleroma">
<title>Pleroma</title> <title>Pleroma</title>
<para> <para>

View file

@ -905,6 +905,5 @@ in
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./prosody.xml; meta.doc = ./prosody.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-prosody"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-prosody">
<title>Prosody</title> <title>Prosody</title>
<para> <para>

View file

@ -193,7 +193,6 @@ in {
environment.systemPackages = [ cfg.package ]; environment.systemPackages = [ cfg.package ];
}); });
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./yggdrasil.xml; doc = ./yggdrasil.xml;
maintainers = with lib.maintainers; [ gazally ehmry ]; maintainers = with lib.maintainers; [ gazally ehmry ];
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-networking-yggdrasil"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-networking-yggdrasil">
<title>Yggdrasil</title> <title>Yggdrasil</title>
<para> <para>

View file

@ -9,7 +9,6 @@ in
{ {
meta.maintainers = with maintainers; [ Br1ght0ne happysalada ]; meta.maintainers = with maintainers; [ Br1ght0ne happysalada ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./meilisearch.xml; meta.doc = ./meilisearch.xml;
###### interface ###### interface

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-meilisearch"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-meilisearch">
<title>Meilisearch</title> <title>Meilisearch</title>
<para> <para>

View file

@ -1082,6 +1082,5 @@ in {
}; };
meta.maintainers = with maintainers; [ mvs ]; 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; meta.doc = ./akkoma.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-akkoma"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-akkoma">
<title>Akkoma</title> <title>Akkoma</title>
<para> <para>

View file

@ -1080,7 +1080,6 @@ in
]; ];
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./discourse.xml; meta.doc = ./discourse.xml;
meta.maintainers = [ lib.maintainers.talyz ]; meta.maintainers = [ lib.maintainers.talyz ];
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-discourse"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-discourse">
<title>Discourse</title> <title>Discourse</title>
<para> <para>

View file

@ -167,7 +167,6 @@ in {
meta = { meta = {
maintainers = with maintainers; [ ma27 ]; maintainers = with maintainers; [ ma27 ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./grocy.xml; doc = ./grocy.xml;
}; };
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-grocy"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-grocy">
<title>Grocy</title> <title>Grocy</title>
<para> <para>

View file

@ -451,7 +451,6 @@ in
}; };
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./jitsi-meet.xml; meta.doc = ./jitsi-meet.xml;
meta.maintainers = lib.teams.jitsi.members; meta.maintainers = lib.teams.jitsi.members;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-jitsi-meet"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-jitsi-meet">
<title>Jitsi Meet</title> <title>Jitsi Meet</title>
<para> <para>

View file

@ -674,7 +674,6 @@ in
mkIf createLocalMySQL (mkDefault dbPkg); mkIf createLocalMySQL (mkDefault dbPkg);
}; };
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./keycloak.xml; meta.doc = ./keycloak.xml;
meta.maintainers = [ maintainers.talyz ]; meta.maintainers = [ maintainers.talyz ];
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-keycloak"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-keycloak">
<title>Keycloak</title> <title>Keycloak</title>
<para> <para>

View file

@ -6,7 +6,6 @@ let
in in
{ {
meta.maintainers = with maintainers; [ happysalada ]; meta.maintainers = with maintainers; [ happysalada ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./lemmy.xml; meta.doc = ./lemmy.xml;
imports = [ imports = [

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-lemmy"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-lemmy">
<title>Lemmy</title> <title>Lemmy</title>
<para> <para>

View file

@ -325,7 +325,6 @@ in {
}; };
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./matomo.xml; doc = ./matomo.xml;
maintainers = with lib.maintainers; [ florianjacob ]; maintainers = with lib.maintainers; [ florianjacob ];
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-matomo"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-matomo">
<title>Matomo</title> <title>Matomo</title>
<para> <para>

View file

@ -1146,6 +1146,5 @@ in {
} }
]); ]);
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./nextcloud.xml; meta.doc = ./nextcloud.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-nextcloud"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-nextcloud">
<title>Nextcloud</title> <title>Nextcloud</title>
<para> <para>

View file

@ -5,7 +5,6 @@ let
in in
{ {
meta.maintainers = with maintainers; [ happysalada ]; meta.maintainers = with maintainers; [ happysalada ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./pict-rs.xml; meta.doc = ./pict-rs.xml;
options.services.pict-rs = { options.services.pict-rs = {

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-pict-rs"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-pict-rs">
<title>Pict-rs</title> <title>Pict-rs</title>
<para> <para>

View file

@ -292,6 +292,5 @@ in {
}; };
meta.maintainers = with maintainers; [ ma27 ]; meta.maintainers = with maintainers; [ ma27 ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
meta.doc = ./plausible.xml; meta.doc = ./plausible.xml;
} }

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-plausible"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-plausible">
<title>Plausible</title> <title>Plausible</title>
<para> <para>

View file

@ -9,7 +9,6 @@ let
in in
{ {
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./garage.xml; doc = ./garage.xml;
maintainers = with pkgs.lib.maintainers; [ raitobezarius ]; maintainers = with pkgs.lib.maintainers; [ raitobezarius ];
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-garage"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-garage">
<title>Garage</title> <title>Garage</title>
<para> <para>

View file

@ -66,7 +66,6 @@ in
{ {
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./gnome.xml; doc = ./gnome.xml;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="chap-gnome"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="chap-gnome">
<title>GNOME Desktop</title> <title>GNOME Desktop</title>
<para> <para>

View file

@ -17,7 +17,6 @@ in
{ {
meta = { meta = {
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./pantheon.xml; doc = ./pantheon.xml;
maintainers = teams.pantheon.members; maintainers = teams.pantheon.members;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="chap-pantheon"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="chap-pantheon">
<title>Pantheon Desktop</title> <title>Pantheon Desktop</title>
<para> <para>

View file

@ -8,7 +8,6 @@ in
{ {
meta = { meta = {
maintainers = with maintainers; [ cole-h grahamc raitobezarius ]; maintainers = with maintainers; [ cole-h grahamc raitobezarius ];
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
doc = ./external.xml; doc = ./external.xml;
}; };

View file

@ -1,3 +1,5 @@
<!-- Do not edit this file directly, edit its companion .md instead
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-bootloader-external"> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-bootloader-external">
<title>External Bootloader Backends</title> <title>External Bootloader Backends</title>
<para> <para>