Skip to content

Commit

Permalink
nixos/system: change page compression algorithm: lz4 -> zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 15, 2024
1 parent c5b06f8 commit 8a00be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in
algorithm = lib.mkOption {
description = "Page compression algorithm.";
type = lib.types.str;
default = "lz4";
default = "zstd";
};
memoryPercent = lib.mkOption {
description = "Maximum amount of memory (in percentage) that can be used.";
Expand Down

0 comments on commit 8a00be2

Please sign in to comment.