Disabled grub to use systemd boot

This commit is contained in:
Alexandre 2026-01-22 15:42:43 +01:00
parent 514f946263
commit c305b13146

View File

@ -1,6 +1,9 @@
{
boot = {
loader = {
grub = {
enable = false;
};
systemd-boot = {
enable = true;
};