feat: make gpt but properly now

This commit is contained in:
Ahwx 2025-08-01 13:17:48 +02:00
parent 9b3ab6acf3
commit c0cab9eb1d

View file

@ -9,17 +9,12 @@
device = "/dev/sda";
type = "disk";
content = {
type = "mbr";
type = "gpt";
partitions = {
ESP = {
type = "EF00";
size = "500M";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
boot = {
size = "1M";
type = "EF02";
priority = 1;
};
root = {
size = "100%";