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,7 +11,6 @@ in
{
microvm = {
mem = 1024;
};
writableStoreOverlay = "/nix/.rw-store";
@ -20,6 +19,7 @@ in
mountPoint = config.microvm.writableStoreOverlay;
size = 2048;
} ];
};