Merge pull request 'add writeable nix-store' (#63) from leon/nix-config:leon-vps into master

Reviewed-on: #63
This commit is contained in:
astro 2022-09-23 21:30:32 +02:00
commit 7d6181dfee
1 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,16 @@ in
mem = 1024;
};
writableStoreOverlay = "/nix/.rw-store";
volumes = [ {
image = "nix-store-overlay.img";
mountPoint = config.microvm.writableStoreOverlay;
size = 2048;
} ];
c3d2.deployment = {
server = "server9";
mounts = [ "etc" "home" "var"];