In this folder are a variety of scripts for setting up Debian VM templates.
$export VMID=8001 STORAGE=local-zfs
$curl -fsSL https://github.com/UntouchedWagons/Ubuntu-CloudInit-Docs/raw/refs/heads/main/samples/debian/debian-12-cloudinit.sh | bash$export VMID=8002 STORAGE=local-zfs
$curl -fsSL https://github.com/UntouchedWagons/Ubuntu-CloudInit-Docs/raw/refs/heads/main/samples/debian/debian-12-cloudinit+docker.sh | bash$export VMID=8003 STORAGE=local-zfs
$curl -fsSL https://github.com/UntouchedWagons/Ubuntu-CloudInit-Docs/raw/refs/heads/main/samples/debian/debian-13-cloudinit.sh | bash$export VMID=8004 STORAGE=local-zfs
$curl -fsSL https://github.com/UntouchedWagons/Ubuntu-CloudInit-Docs/raw/refs/heads/main/samples/debian/debian-13-cloudinit+docker.sh | bash$export VMID=8005 STORAGE=local-zfs
$curl -fsSL https://github.com/UntouchedWagons/Ubuntu-CloudInit-Docs/raw/refs/heads/main/samples/debian/debian-13-cloudinit+nvidia.sh | bashNote: Building the nvidia driver takes a couple of minutes.