From 91c52deda9825014712cd660eec95dd5d5d6fb50 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Tue, 18 Nov 2025 08:51:16 +0200 Subject: [PATCH] Share the local model library into the vault container --- .local/bin/vaulter | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/vaulter b/.local/bin/vaulter index 4409d0e..876832f 100755 --- a/.local/bin/vaulter +++ b/.local/bin/vaulter @@ -8,6 +8,7 @@ podman --transient-store run --rm -ti \ --env XDG_RUNTIME_DIR=/tmp \ --hostname localhost \ --mount type=bind,source="${XDG_RUNTIME_DIR}"/"${WAYLAND_DISPLAY}",target=/tmp/"${WAYLAND_DISPLAY}" \ + --mount type=bind,source="$(systemd-path user-configuration)"/emacs/site-lisp/local-models.el,target=/root/.config/emacs/site-lisp/local-models.el \ --mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults,target=/root/.age/key \ --mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults.pub,target=/root/.age/key.pub \ --mount type=bind,source="$(systemd-path user)"/Vaults,target=/root/Vaults \