update for hetzner
This commit is contained in:
parent
53f5850a3d
commit
75cc37566a
3 changed files with 24 additions and 16 deletions
10
disko.nix
10
disko.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue