Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

nix: bump microvm image disk sizes

Signed-off-by: dawn <dawn@tangled.org>

+2 -2
+1 -1
nix/microvm/base.nix
··· 267 267 { 268 268 image = "persist.img"; 269 269 mountPoint = "/persist"; 270 - size = 1024 * 16; 270 + size = 1024 * 24; # 24 GB 271 271 fsType = "ext4"; 272 272 } 273 273 ];
+1 -1
nix/pkgs/spindle-alpine-image.nix
··· 136 136 imageType = "raw"; 137 137 mountPoint = "/workspace"; 138 138 readOnly = false; 139 - sizeMiB = 1024 * 10; 139 + sizeMiB = 1024 * 16; # 16 GB 140 140 } 141 141 ]; 142 142 }