mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
linux/common-config: add default bcachefs options
This commit is contained in:
parent
3f826bf8e8
commit
9598daf31a
@ -476,6 +476,9 @@ let
|
||||
|
||||
BTRFS_FS_POSIX_ACL = yes;
|
||||
|
||||
BCACHEFS_QUOTA = whenAtLeast "6.7" (option yes);
|
||||
BCACHEFS_POSIX_ACL = whenAtLeast "6.7" (option yes);
|
||||
|
||||
UBIFS_FS_ADVANCED_COMPR = option yes;
|
||||
|
||||
F2FS_FS = module;
|
||||
|
Loading…
Reference in New Issue
Block a user