Set grub as the bootloader
This commit is contained in:
parent
f6bccee7ad
commit
2558bb6fbd
1 changed files with 12 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue