summary refs log tree commit diff
diff options
context:
space:
mode:
authorWout Mertens <Wout.Mertens@gmail.com>2018-04-19 16:53:40 +0200
committerGitHub <noreply@github.com>2018-04-19 16:53:40 +0200
commit8e3a14549ffde6b721d77185ae64ddcc4831e490 (patch)
tree6d270f0a9b81abaaae39073135d2ede6d4653247
parentdd5e2a08fbb0ea321885c7e36b3c072bf3d2aef7 (diff)
downloadnixpkgs-8e3a14549ffde6b721d77185ae64ddcc4831e490.tar
nixpkgs-8e3a14549ffde6b721d77185ae64ddcc4831e490.tar.gz
nixpkgs-8e3a14549ffde6b721d77185ae64ddcc4831e490.tar.bz2
nixpkgs-8e3a14549ffde6b721d77185ae64ddcc4831e490.tar.lz
nixpkgs-8e3a14549ffde6b721d77185ae64ddcc4831e490.tar.xz
nixpkgs-8e3a14549ffde6b721d77185ae64ddcc4831e490.tar.zst
nixpkgs-8e3a14549ffde6b721d77185ae64ddcc4831e490.zip
zramSwap: remove mentions of old kernels
-rw-r--r--nixos/modules/config/zram.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/modules/config/zram.nix b/nixos/modules/config/zram.nix
index b8adb51765f..c1748812821 100644
--- a/nixos/modules/config/zram.nix
+++ b/nixos/modules/config/zram.nix
@@ -25,7 +25,7 @@ in
         type = types.bool;
         description = ''
           Enable in-memory compressed swap space provided by the zram kernel
-          module. It is recommended to enable only for kernel 3.14 or higher.
+          module.
           See https://www.kernel.org/doc/Documentation/blockdev/zram.txt
         '';
       };
@@ -34,8 +34,7 @@ in
         default = 1;
         type = types.int;
         description = ''
-          Number of zram swap devices to create. It should be equal to the
-          number of CPU cores your system has for kernel < v3.15.
+          Number of zram swap devices to create.
         '';
       };