chore: comment out bootloader as that's not required apparently??

This commit is contained in:
Ahwx 2025-08-02 12:35:38 +02:00
parent cc566fed4f
commit e110052eea

View file

@ -39,10 +39,11 @@
];
};
boot = {
loader.grub = {
enable = true;
device = "/dev/sda";
};
};
#boot = {
# loader.grub = {
# enable = true;
# device = "/dev/sda";
# useOSProber = true;
# };
#};
}