From 7b0cb8e183653fb15f2fa069905b53f61b9daeec Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 7 Nov 2025 18:05:16 +0000 Subject: [PATCH] fix: Remove PrivateUsers from workspace.nspawn to fix nested container issue Error: Failed to adjust UID/GID shift of OS tree Cause: Cannot use PrivateUsers inside a container that already uses it Solution: Remove PrivateUsers=pick from workspace.nspawn --- cfg/setup-user.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg/setup-user.sh b/cfg/setup-user.sh index 5b5d014..bf386f2 100755 --- a/cfg/setup-user.sh +++ b/cfg/setup-user.sh @@ -36,7 +36,6 @@ mkdir -p $ROOTFS/etc/systemd/nspawn cat > $ROOTFS/etc/systemd/nspawn/workspace.nspawn <<'EOF' [Exec] Boot=yes -PrivateUsers=pick ResolvConf=copy-host [Files]