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