leoncloud: move nix-store-overlay from hdd to ssd on server9

This commit is contained in:
Astro 2022-10-05 00:41:26 +02:00
parent f32b166f7f
commit 908cf6a579
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
mem = 4024;
writableStoreOverlay = "/nix/.rw-store";
volumes = [ {
image = "/dev/zvol/tank/storage/leoncloud/nix-store-overlay";
image = "nix-store-overlay.img";
mountPoint = config.microvm.writableStoreOverlay;
size = 32 * 1024;
} ];