aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/modules/config/zram.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/config/zram.nix')
-rw-r--r--nixpkgs/nixos/modules/config/zram.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/modules/config/zram.nix b/nixpkgs/nixos/modules/config/zram.nix
index 5d411c73a56..5e9870bf6b1 100644
--- a/nixpkgs/nixos/modules/config/zram.nix
+++ b/nixpkgs/nixos/modules/config/zram.nix
@@ -91,7 +91,7 @@ in
};
algorithm = mkOption {
- default = "lzo";
+ default = "zstd";
example = "lz4";
type = with types; either (enum [ "lzo" "lz4" "zstd" ]) str;
description = ''