[microvm] share read only nix store

this reduces build times drastically
This commit is contained in:
2024-11-21 15:59:00 +01:00
parent dbdf817d79
commit efffa450d4
+5
View File
@@ -46,6 +46,11 @@ let
{
microvm = {
hypervisor = "qemu";
shares = [ {
tag = "ro-store";
source = "/nix/store";
mountPoint = "/nix/.ro-store";
} ];
interfaces = [
{
type = "tap";