From a93c73701e16592c14a67c507d6e99a5d91b63e3 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:46:47 +0300 Subject: [PATCH] Don't store the writable layer on disk --- .local/bin/vaulter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \