diff --git a/machines/configuration.nix b/machines/configuration.nix index f62f7bd8..a2c24569 100644 --- a/machines/configuration.nix +++ b/machines/configuration.nix @@ -46,6 +46,11 @@ let { microvm = { hypervisor = "qemu"; + shares = [ { + tag = "ro-store"; + source = "/nix/store"; + mountPoint = "/nix/.ro-store"; + } ]; interfaces = [ { type = "tap";