0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/*: convert multiline inline code to listings

presumably it was not intended to have these blocks rendered inline, and
markdown conversion would be messy as well.
This commit is contained in:
pennae 2022-08-30 13:08:40 +02:00
parent 0cfcb5908c
commit 7d102d113a
8 changed files with 24 additions and 24 deletions

View file

@ -68,12 +68,12 @@ in
like datacenter. The tiers and order must be the same on all nodes.
Including more tiers is better than including fewer. For example:
<literal>
<programlisting>
country=us,region=us-west,datacenter=us-west-1b,rack=12
country=ca,region=ca-east,datacenter=ca-east-2,rack=4
planet=earth,province=manitoba,colo=secondary,power=3
</literal>
</programlisting>
'';
};