Set grub as the bootloader

This commit is contained in:
Manuel Thalmann 2023-12-01 12:58:02 +01:00
parent f6bccee7ad
commit 2558bb6fbd

View file

@ -28,6 +28,18 @@
vmVariantWithBootLoader = vmConfig;
};
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
grub = {
efiSupport = true;
device = "nodev";
useOSProber = true;
};
};
users.myUsers = machine.config.users;
home-manager = {