Loading pkgs/os-specific/linux/kernel/common-config.nix +3 −1 Original line number Diff line number Diff line Loading @@ -389,6 +389,8 @@ let # ACLs for all filesystems that support them. filesystem = { FANOTIFY = yes; FANOTIFY_ACCESS_PERMISSIONS = yes; TMPFS = yes; TMPFS_POSIX_ACL = yes; FS_ENCRYPTION = if (versionAtLeast version "5.1") then yes else whenAtLeast "4.9" (option module); Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +3 −1 Original line number Diff line number Diff line Loading @@ -389,6 +389,8 @@ let # ACLs for all filesystems that support them. filesystem = { FANOTIFY = yes; FANOTIFY_ACCESS_PERMISSIONS = yes; TMPFS = yes; TMPFS_POSIX_ACL = yes; FS_ENCRYPTION = if (versionAtLeast version "5.1") then yes else whenAtLeast "4.9" (option module); Loading