From 8ad73f49d7593c821f0478b06a83759b1cbd2711 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 9 May 2021 09:12:51 -0400 Subject: [PATCH] fix config conflict --- machines/storage/s0/kernel.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/machines/storage/s0/kernel.nix b/machines/storage/s0/kernel.nix index 4bf3517..872911e 100644 --- a/machines/storage/s0/kernel.nix +++ b/machines/storage/s0/kernel.nix @@ -604,15 +604,6 @@ in buildLinux { "FRONTSWAP" = yes; "CMA" = yes; "CMA_AREAS" = freeform "7"; - "ZSWAP" = yes; - "ZSWAP_COMPRESSOR_DEFAULT_LZO" = yes; - "ZSWAP_COMPRESSOR_DEFAULT" = freeform "lzo"; - "ZSWAP_ZPOOL_DEFAULT_ZBUD" = yes; - "ZSWAP_ZPOOL_DEFAULT" = freeform "zbud"; - "ZPOOL" = yes; - "ZBUD" = yes; - "Z3FOLD" = yes; - "ZSMALLOC" = yes; "GENERIC_EARLY_IOREMAP" = yes; "ARCH_HAS_PTE_DEVMAP" = yes; "FRAME_VECTOR" = yes;