Configure VM provisioning with ZFS mirror disks and virtual TPM 2.0 module

This commit is contained in:
2026-06-22 13:19:01 -04:00
parent 70c71161f3
commit 68d1d0ee7c
7 changed files with 101 additions and 16 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<!-- Toast Container -->
@@ -347,6 +347,6 @@
</section>
</main>
<script src="/static/app.js"></script>
<script src="/app.js"></script>
</body>
</html>