mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] disable ZSWAP_ZPOOL_DEFAULT_Z3FOLD as it no longer exists
This commit is contained in:
parent
955b57b3c8
commit
2c9e17b20d
1 changed files with 1 additions and 1 deletions
2
boot.nix
2
boot.nix
|
|
@ -9,7 +9,7 @@ let
|
|||
MODULE_COMPRESS_XZ n
|
||||
MODULE_COMPRESS_ZSTD y
|
||||
ZSWAP_COMPRESSOR_DEFAULT_ZSTD y
|
||||
ZSWAP_ZPOOL_DEFAULT_Z3FOLD y # Use more-efficient z3fold by default (especially useful with Zstd which has a high compression ratio.)
|
||||
#ZSWAP_ZPOOL_DEFAULT_Z3FOLD y # Use more-efficient z3fold by default (especially useful with Zstd which has a high compression ratio.)
|
||||
FW_LOADER_COMPRESS_ZSTD y
|
||||
ZRAM_DEF_COMP_ZSTD y
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue