about summary refs log tree commit diff
path: root/nixos/modules/services/networking/nix-serve.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:56:56 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit72b507d5a20d9eec76addd4b812dbf11b95264a9 (patch)
treeb06e7c83777bc0877da6fb591bf6e91d5de5774e /nixos/modules/services/networking/nix-serve.nix
parentb0e56acef90e1726c588aac13fe7e5fae0ed1a95 (diff)
downloadnixlib-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar
nixlib-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.gz
nixlib-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.bz2
nixlib-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.lz
nixlib-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.xz
nixlib-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.zst
nixlib-72b507d5a20d9eec76addd4b812dbf11b95264a9.zip
nixos/*: convert some markdown in docbook to tags
a lot of markdown syntax has already snuck into option docs, many of it
predating the intent to migrate to markdown. we don't convert all of it
here, just that which is accompanied by docbook tags as well. the rest
can be converted by simply adding the mdDoc marker.
Diffstat (limited to 'nixos/modules/services/networking/nix-serve.nix')
-rw-r--r--nixos/modules/services/networking/nix-serve.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/nix-serve.nix b/nixos/modules/services/networking/nix-serve.nix
index 04cbc0c0d8f8..5deb31a486b2 100644
--- a/nixos/modules/services/networking/nix-serve.nix
+++ b/nixos/modules/services/networking/nix-serve.nix
@@ -39,9 +39,9 @@ in
           The path to the file used for signing derivation data.
           Generate with:
 
-          ```
+          <programlisting>
           nix-store --generate-binary-cache-key key-name secret-key-file public-key-file
-          ```
+          </programlisting>
 
           For more details see <citerefentry><refentrytitle>nix-store</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
         '';