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 = { #boot = {
loader.grub = { # loader.grub = {
enable = true; # enable = true;
device = "/dev/sda"; # device = "/dev/sda";
}; # useOSProber = true;
}; # };
#};
} }