import type { Metadata } from "next" export const metadata: Metadata = { title: "Coral TPU to an LXC | ProxMenux Documentation", description: "Learn how to add a Coral TPU to an LXC container in Proxmox VE using ProxMenux.", } export default function CoralTPULXC() { return (

Coral TPU to an LXC

This guide will walk you through the process of adding a Coral TPU to an LXC container in Proxmox VE using ProxMenux.

{/* Add more content here */}
) }