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:
parent
e4ed177f82
commit
a4fdff515b
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue