Loading nixos/modules/installer/netboot/netboot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ with lib; fileSystems."/nix/.ro-store" = mkImageMediaOverride { fsType = "squashfs"; device = "../nix-store.squashfs"; options = [ "loop" ]; options = [ "loop" "threads=multi" ]; neededForBoot = true; }; Loading Loading
nixos/modules/installer/netboot/netboot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ with lib; fileSystems."/nix/.ro-store" = mkImageMediaOverride { fsType = "squashfs"; device = "../nix-store.squashfs"; options = [ "loop" ]; options = [ "loop" "threads=multi" ]; neededForBoot = true; }; Loading