X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/blobdiff_plain/ab670adac1c02e93e83cd7293f49bd12f9071877..47cb654f45831f96a26819d1fcb39770662cd579:/README.md diff --git a/README.md b/README.md index c0aea31..ec9ba70 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,6 @@ squashfs for the VM's /nix/store that contains only the VM's dependencies (like the installer has) rather than a virtio mount of the host's entire /nix/store. -**Update:** `virtualisation.useNixStoreImage` exists now! But it doesn't -work! :( See the note in `checks/mount-grep.nix` +**Update:** `virtualisation.useNixStoreImage` exists now! But it builds +the store image at runtime, rather that at build-time, drastically +increasing VM start-up time.