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