server7: enable grub uefi

This commit is contained in:
Astro 2023-03-06 20:52:43 +01:00
parent 559b7232aa
commit 6dd7514bee
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
boot = {
loader.grub = {
enable = true;
efiSupport = true;
# TODO: remove after installation
efiInstallAsRemovable = true;
version = 2;
# Define on which hard drive you want to install Grub.
device = "/dev/loop0"; # or "nodev" for efi only