Share the local model library into the vault container

This commit is contained in:
Ohad Livne 2025-11-18 08:51:16 +02:00
parent 55d5c907e2
commit 91c52deda9
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -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 \