leoncloud: move microvm settings under proper scope

This commit is contained in:
Astro 2022-09-23 21:33:38 +02:00
parent 7d6181dfee
commit 09107b9065
1 changed files with 8 additions and 8 deletions

View File

@ -11,16 +11,16 @@ in
{
microvm = {
mem = 1024;
writableStoreOverlay = "/nix/.rw-store";
volumes = [ {
image = "nix-store-overlay.img";
mountPoint = config.microvm.writableStoreOverlay;
size = 2048;
} ];
};
writableStoreOverlay = "/nix/.rw-store";
volumes = [ {
image = "nix-store-overlay.img";
mountPoint = config.microvm.writableStoreOverlay;
size = 2048;
} ];
c3d2.deployment = {