Commit ff8b2d51 authored by Josh Hoffer's avatar Josh Hoffer
Browse files

nixos/iso-image: mount squashfs with threads=multi

parent d2df1fd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ in
    "/nix/.ro-store" = mkImageMediaOverride
      { fsType = "squashfs";
        device = "/iso/nix-store.squashfs";
        options = [ "loop" ];
        options = [ "loop" "threads=multi" ];
        neededForBoot = true;
      };