update for hetzner

This commit is contained in:
reym 2026-04-29 22:49:00 +02:00
parent 53f5850a3d
commit 75cc37566a
3 changed files with 24 additions and 16 deletions

View file

@ -1,14 +1,14 @@
{
disko.devices.disk.main = {
# CHANGE THIS to match the target disk:
# /dev/sda — typical SATA / SCSI
# /dev/vda — KVM / QEMU virtio
# /dev/nvme0n1 — NVMe
device = "/dev/vda";
device = "/dev/sda";
type = "disk";
content = {
type = "gpt";
partitions = {
boot = {
size = "1M";
type = "EF02";
};
ESP = {
size = "512M";
type = "EF00";