# The claude template — Debian 13 + Claude Code, creds-free. # KEY="value" only. Parsed against an allowlist, never sourced; there is no # key for a network or a security flag, on purpose — the shared box-net # profile is the placement contract and no template can weaken it. # BOX_USER must match the user user-data.yaml creates (the cloud-init file is # passed to Incus verbatim, so the duplication is deliberate and by hand). BOX_DESCRIPTION="Claude Code on Debian 13, creds-free — where this project started" BOX_IMAGE="images:debian/13/cloud" BOX_USER="claude" BOX_CPU="4" BOX_MEMORY="8GiB" BOX_DISK="60GiB"