about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-10 18:49:41 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-10 16:23:51 +0000
commita4d3e02fc12f61dbb49153065194214d0cb732c3 (patch)
tree3f3a9633e2caa7e0da9608f915501c3b2f84b076 /pkgs/os-specific/linux
parenta2ae0fbf06913b34e0faff61fd2be708323f0386 (diff)
linux/common-config: remove old NFSD options from 5.15 too
(cherry picked from commit a74181815c9b0f5b21fb71f8a6a99db7c1266f83)
Diffstat (limited to 'pkgs/os-specific/linux')
-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 1749fcbbcbfef..a27feea36efb8 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -480,8 +480,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;