chore: partition disk sda with mbr so that grub wont be mad

This commit is contained in:
Ahwx 2025-08-01 10:13:42 +02:00
parent 274232c66b
commit 87d35346c5

View file

@ -5,11 +5,11 @@
]; ];
disko.devices = { disko.devices = {
disk = { disk = {
my-disk = { sda = {
device = "/dev/sda"; device = "/dev/sda";
type = "disk"; type = "disk";
content = { content = {
type = "gpt"; type = "mbr";
partitions = { partitions = {
ESP = { ESP = {
type = "EF00"; type = "EF00";