Commit 4e37394a authored by Tim Schumacher's avatar Tim Schumacher
Browse files

linux/common-config: Disable DAX on 32-bit hosts

parent f30d0c15
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;