Loading pkgs/os-specific/linux/kernel/common-config.nix +2 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,8 @@ let FANOTIFY = yes; FANOTIFY_ACCESS_PERMISSIONS = yes; FS_DAX = yes; # DAX requires 64BIT via ZONE_DEVICE and MEMORY_HOTPLUG. FS_DAX = lib.mkIf stdenv.hostPlatform.is64bit yes; TMPFS = yes; TMPFS_POSIX_ACL = yes; Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +2 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,8 @@ let FANOTIFY = yes; FANOTIFY_ACCESS_PERMISSIONS = yes; FS_DAX = yes; # DAX requires 64BIT via ZONE_DEVICE and MEMORY_HOTPLUG. FS_DAX = lib.mkIf stdenv.hostPlatform.is64bit yes; TMPFS = yes; TMPFS_POSIX_ACL = yes; Loading