server7: let grub device point to loop0

This commit is contained in:
Astro 2023-03-06 20:49:59 +01:00
parent b14f17d407
commit 559b7232aa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
enable = true;
version = 2;
# Define on which hard drive you want to install Grub.
device = "/dev/disk/by-id/nvme-eui.6479a71d12653333"; # or "nodev" for efi only
device = "/dev/loop0"; # or "nodev" for efi only
};
kernelParams = [
"preempt=none"