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

nixos/*: turn inline code blocks into more appropriate things

This commit is contained in:
pennae 2022-08-13 11:47:02 +02:00 committed by pennae
parent e4ed177f82
commit a4fdff515b
3 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ in
but is slow. <literal>lz4</literal> has bad compression, but is fast. but is slow. <literal>lz4</literal> has bad compression, but is fast.
<literal>zstd</literal> is both good compression and fast, but requires newer kernel. <literal>zstd</literal> is both good compression and fast, but requires newer kernel.
You can check what other algorithms are supported by your zram device with You can check what other algorithms are supported by your zram device with
<programlisting>cat /sys/class/block/zram*/comp_algorithm</programlisting> <command>cat /sys/class/block/zram*/comp_algorithm</command>
''; '';
}; };
}; };

View file

@ -24,7 +24,7 @@ in {
Path to file containing the Mackerel API key. The file should contain a Path to file containing the Mackerel API key. The file should contain a
single line of the following form: single line of the following form:
<literallayout>apikey = "EXAMPLE_API_KEY"</literallayout> <literal>apikey = "EXAMPLE_API_KEY"</literal>
''; '';
}; };

View file

@ -572,7 +572,7 @@ in {
description = '' description = ''
Secret options which will be appended to nextcloud's config.php file (written as JSON, in the same Secret options which will be appended to nextcloud's config.php file (written as JSON, in the same
form as the <xref linkend="opt-services.nextcloud.extraOptions"/> option), for example form as the <xref linkend="opt-services.nextcloud.extraOptions"/> option), for example
<programlisting>{"redis":{"password":"secret"}}</programlisting>. <literal>{"redis":{"password":"secret"}}</literal>.
''; '';
}; };