Switch to grub

This commit is contained in:
Marko Korhonen 2024-09-17 23:33:49 +03:00
parent 3b27f47cc9
commit dc5a8c85a7

View file

@ -30,8 +30,12 @@
boot = {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;
device = "nodev";
};
};
};