Loading pkgs/os-specific/linux/kernel/common-config.nix +2 −2 Original line number Diff line number Diff line Loading @@ -708,8 +708,8 @@ let BTRFS_FS_POSIX_ACL = yes; BCACHEFS_QUOTA = whenAtLeast "6.7" (option yes); BCACHEFS_POSIX_ACL = whenAtLeast "6.7" (option yes); BCACHEFS_QUOTA = whenBetween "6.7" "6.18" (option yes); BCACHEFS_POSIX_ACL = whenBetween "6.7" "6.18" (option yes); UBIFS_FS_ADVANCED_COMPR = option yes; Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +2 −2 Original line number Diff line number Diff line Loading @@ -708,8 +708,8 @@ let BTRFS_FS_POSIX_ACL = yes; BCACHEFS_QUOTA = whenAtLeast "6.7" (option yes); BCACHEFS_POSIX_ACL = whenAtLeast "6.7" (option yes); BCACHEFS_QUOTA = whenBetween "6.7" "6.18" (option yes); BCACHEFS_POSIX_ACL = whenBetween "6.7" "6.18" (option yes); UBIFS_FS_ADVANCED_COMPR = option yes; Loading