diff --git a/.local/bin/vaulter b/.local/bin/vaulter index f12dd73..4409d0e 100755 --- a/.local/bin/vaulter +++ b/.local/bin/vaulter @@ -11,5 +11,5 @@ podman --transient-store run --rm -ti \ --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 \ - --network none \ + --network systemd-ollama \ vaulter:latest