From 120292fc52d49e72ecc0ec3b2a4828efe31ce27a Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 9 May 2021 02:43:11 -0400 Subject: [PATCH] remove config conflict --- machines/storage/s0/kernel.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/machines/storage/s0/kernel.nix b/machines/storage/s0/kernel.nix index 22b2e52..1dd5247 100644 --- a/machines/storage/s0/kernel.nix +++ b/machines/storage/s0/kernel.nix @@ -4214,12 +4214,6 @@ in buildLinux { "BTRFS_FS" = yes; "BTRFS_FS_POSIX_ACL" = yes; "NILFS2_FS" = module; - "F2FS_FS" = yes; - "F2FS_STAT_FS" = yes; - "F2FS_FS_XATTR" = yes; - "F2FS_FS_POSIX_ACL" = yes; - "F2FS_FS_SECURITY" = yes; - "F2FS_CHECK_FS" = yes; "ZONEFS_FS" = module; "FS_DAX" = yes; "FS_POSIX_ACL" = yes;