change bootloader to grub

This commit is contained in:
caandt 2024-08-23 13:38:07 -05:00
parent 97e514a3b7
commit a62196fbc1

View file

@ -8,8 +8,13 @@
use-xdg-base-directories = true;
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader = {
grub.enable = true;
grub.device = "nodev";
grub.efiSupport = true;
grub.useOSProber = true;
efi.canTouchEfiVariables = true;
};
boot.tmp.useTmpfs = true;