summary refs log tree commit diff
path: root/nixos/modules/services/development
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-30 12:35:47 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:27:24 +0200
commit0cfcb5908cc7164236f78cd21e02cc168dd028ac (patch)
treefc1a77405167e49fd1250130551546ac7b2709c7 /nixos/modules/services/development
parent5841c386a0ce5fc02b1d32a2e423e81923c32052 (diff)
downloadnixpkgs-0cfcb5908cc7164236f78cd21e02cc168dd028ac.tar
nixpkgs-0cfcb5908cc7164236f78cd21e02cc168dd028ac.tar.gz
nixpkgs-0cfcb5908cc7164236f78cd21e02cc168dd028ac.tar.bz2
nixpkgs-0cfcb5908cc7164236f78cd21e02cc168dd028ac.tar.lz
nixpkgs-0cfcb5908cc7164236f78cd21e02cc168dd028ac.tar.xz
nixpkgs-0cfcb5908cc7164236f78cd21e02cc168dd028ac.tar.zst
nixpkgs-0cfcb5908cc7164236f78cd21e02cc168dd028ac.zip
nixos/*: <screen> -> <programlisting>
most of the screen tags used in option docs are actually listings of
some sort. nsd had a notable exception where its screen usage was pretty
much a raw markdown block that made most sense to convert into docbook lists.
Diffstat (limited to 'nixos/modules/services/development')
-rw-r--r--nixos/modules/services/development/zammad.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/development/zammad.nix b/nixos/modules/services/development/zammad.nix
index e81eef3c0a5..b18906f776f 100644
--- a/nixos/modules/services/development/zammad.nix
+++ b/nixos/modules/services/development/zammad.nix
@@ -160,9 +160,9 @@ in
           Needs to be a 64 byte long string of hexadecimal
           characters. You can generate one by running
 
-          <screen>
-          <prompt>$ </prompt>openssl rand -hex 64 >/path/to/secret_key_base_file
-          </screen>
+          <programlisting>
+          openssl rand -hex 64 >/path/to/secret_key_base_file
+          </programlisting>
 
           This should be a string, not a nix path, since nix paths are
           copied into the world-readable nix store.