Remove redundant bootloader device configuration - I really need fucking glasses, am blind apparently.

This commit is contained in:
Root User 2026-02-06 21:35:27 +01:00
parent adfd4f3f81
commit 8ce0cfaff2
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

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