about summary refs log tree commit diff
path: root/nixos/modules/config/zram.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:47:02 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commita4fdff515b59e3fd97537625f31044e00b6c71ab (patch)
treead94420e6fa9bbc997c87c13f169c853574d2b7d /nixos/modules/config/zram.nix
parente4ed177f828337062662983e15434525dd168c7d (diff)
downloadnixlib-a4fdff515b59e3fd97537625f31044e00b6c71ab.tar
nixlib-a4fdff515b59e3fd97537625f31044e00b6c71ab.tar.gz
nixlib-a4fdff515b59e3fd97537625f31044e00b6c71ab.tar.bz2
nixlib-a4fdff515b59e3fd97537625f31044e00b6c71ab.tar.lz
nixlib-a4fdff515b59e3fd97537625f31044e00b6c71ab.tar.xz
nixlib-a4fdff515b59e3fd97537625f31044e00b6c71ab.tar.zst
nixlib-a4fdff515b59e3fd97537625f31044e00b6c71ab.zip
nixos/*: turn inline code blocks into more appropriate things
Diffstat (limited to 'nixos/modules/config/zram.nix')
-rw-r--r--nixos/modules/config/zram.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/zram.nix b/nixos/modules/config/zram.nix
index 34e80df47a40..e8e3fff01e08 100644
--- a/nixos/modules/config/zram.nix
+++ b/nixos/modules/config/zram.nix
@@ -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>
         '';
       };
     };