import type { Metadata } from "next" export const metadata: Metadata = { title: "Disk Passthrough to a VM | ProxMenux Documentation", description: "Learn how to set up disk passthrough to a virtual machine in Proxmox VE using ProxMenux.", } export default function DiskPassthroughVM() { return (

Disk Passthrough to a VM

This guide will walk you through the process of setting up disk passthrough to a virtual machine in Proxmox VE using ProxMenux.

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