summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/kernel/common-config.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-10 19:23:16 +0300
committerGitHub <noreply@github.com>2024-04-10 19:23:16 +0300
commit40705aba04c794f7c1f53753f365ec3006c25618 (patch)
treec4eff3f01b92a5702025d94c4878adf5d230a26a /pkgs/os-specific/linux/kernel/common-config.nix
parentebdc52f921173dd6a8741e770b22ae3799e10b53 (diff)
parenta74181815c9b0f5b21fb71f8a6a99db7c1266f83 (diff)
Merge pull request #303136 from K900/kernels-20240410
Kernel updates for 2024-04-10
Diffstat (limited to 'pkgs/os-specific/linux/kernel/common-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 9bc74b4eb848..22245bc51fbb 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -615,8 +615,8 @@ let
F2FS_FS_COMPRESSION = whenAtLeast "5.6" yes;
UDF_FS = module;
- NFSD_V2_ACL = whenOlder "6.1" yes;
- NFSD_V3 = whenOlder "5.18" yes;
+ NFSD_V2_ACL = whenOlder "5.15" yes;
+ NFSD_V3 = whenOlder "5.15" yes;
NFSD_V3_ACL = yes;
NFSD_V4 = yes;
NFSD_V4_SECURITY_LABEL = yes;