Removed the redundant config option.

This commit is contained in:
Root User 2026-02-06 21:34:13 +01:00
parent aca053b4e1
commit adfd4f3f81
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -5,7 +5,6 @@
... ...
}: { }: {
# SeaBIOS / legacy BIOS bootloader settings for VMs # SeaBIOS / legacy BIOS bootloader settings for VMs
boot.loader.grub.enable = lib.mkForce true;
boot.loader.grub.device = "/dev/vda"; boot.loader.grub.device = "/dev/vda";
boot.loader.grub.efiSupport = lib.mkForce false; boot.loader.grub.efiSupport = lib.mkForce false;