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 = { boot = {
loader = { loader = {
grub = {
enable = false;
};
systemd-boot = { systemd-boot = {
enable = true; enable = true;
}; };
@ -9,4 +12,4 @@
}; };
}; };
}; };
} }