fix(hosts/Infini-STICK): correct ESP UUID

This commit is contained in:
Infinidoge 2021-12-09 21:48:40 -05:00
parent 381c76641f
commit b4d1f05d25

View file

@ -51,7 +51,7 @@ in
}; };
"/boot/efi" = { "/boot/efi" = {
device = uuid "3FC9-0182"; device = uuid "0339-DFBA";
fsType = "vfat"; fsType = "vfat";
neededForBoot = true; neededForBoot = true;
}; };