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 = {
disk = {
my-disk = {
sda = {
device = "/dev/sda";
type = "disk";
content = {
type = "gpt";
type = "mbr";
partitions = {
ESP = {
type = "EF00";