diff --git a/.local/bin/vaulter b/.local/bin/vaulter index fecf132..da5d8b7 100755 --- a/.local/bin/vaulter +++ b/.local/bin/vaulter @@ -1,6 +1,6 @@ #! /usr/bin/sh -podman run --rm -ti \ +podman --transient-store run --rm -ti \ --env WAYLAND_DISPLAY \ --env XDG_RUNTIME_DIR=/tmp \ --hostname localhost \