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"; device = "/dev/sda";
type = "disk"; type = "disk";
content = { content = {
type = "mbr"; type = "gpt";
partitions = { partitions = {
ESP = { boot = {
type = "EF00"; size = "1M";
size = "500M"; type = "EF02";
content = { priority = 1;
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
}; };
root = { root = {
size = "100%"; size = "100%";