gpt -> mbr. systemd-boot -> grub

This commit is contained in:
sid 2026-04-16 20:32:11 +02:00
parent 63fe56e777
commit 59cbe65447
3 changed files with 54 additions and 46 deletions

View file

@ -1,7 +1,9 @@
{
boot.loader.systemd-boot = {
enable = true;
configurationLimit = 10;
boot.loader = {
grub = {
enable = true;
device = "/dev/sda";
};
timeout = 1;
};
boot.loader.efi.canTouchEfiVariables = true;
}