added bios partition
Check NixOS configurations / eval-hosts (push) Failing after 14m28s

This commit is contained in:
2026-07-15 11:22:21 +10:00
parent 6064c69d3b
commit 442e7986f2
+10
View File
@@ -10,6 +10,16 @@
type = "gpt";
partitions = {
bios = {
size = "1M";
type = "EF02";
content = {
type = "bios_grub";
};
};
root = {
priority = 1;
size = "100%";