From 9d81aa4e1877a8b21ec157b45d2b079d2b2e9e48 Mon Sep 17 00:00:00 2001 From: Vishwas Siravara Date: Tue, 8 Aug 2023 17:21:07 -0700 Subject: [PATCH] Mount /var/folders to finch vm Signed-off-by: Vishwas Siravara --- finch.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/finch.yaml b/finch.yaml index f1dcc0f43..bfbd055df 100644 --- a/finch.yaml +++ b/finch.yaml @@ -76,6 +76,11 @@ mounts: # 🟢 Builtin default: false # 🔵 This file: true (only for "/tmp/lima") writable: true +- location: "/var/folders" + writable: true +# Because readlink /var => private/var +- location: "/private/var/folders" + writable: true # Lima disks to attach to the instance. The disks will be accessible from inside the # instance, labeled by name. (e.g. if the disk is named "data", it will be labeled