Switch to systemd boot

This commit is contained in:
TheWanderingCrow 2024-09-15 01:00:23 +00:00
parent fa26f537d8
commit fa595486ff

View file

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