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.
<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
<programlisting>cat /sys/class/block/zram*/comp_algorithm</programlisting>
<command>cat /sys/class/block/zram*/comp_algorithm</command>
'';
};
};