add priority to esp partition

This commit is contained in:
Noa Aarts 2025-11-12 09:00:57 +01:00
parent dce72b3c6d
commit e5ceced84f
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -14,6 +14,7 @@
type = "EF02"; type = "EF02";
}; };
esp = { esp = {
priority = 1;
name = "ESP"; name = "ESP";
size = "1G"; size = "1G";
type = "EF00"; type = "EF00";
@ -28,6 +29,7 @@
size = "100%"; size = "100%";
content = { content = {
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ];
subvolumes = { subvolumes = {
"/rootfs" = { "/rootfs" = {
mountpoint = "/"; mountpoint = "/";