From adfd4f3f81b808d8918547989975fd43918730ee Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 21:34:13 +0100 Subject: [PATCH] Removed the redundant config option. --- nix-system-configs/modules/bootloader/seabios.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix-system-configs/modules/bootloader/seabios.nix b/nix-system-configs/modules/bootloader/seabios.nix index 77c0901..3babfe3 100644 --- a/nix-system-configs/modules/bootloader/seabios.nix +++ b/nix-system-configs/modules/bootloader/seabios.nix @@ -5,7 +5,6 @@ ... }: { # SeaBIOS / legacy BIOS bootloader settings for VMs - boot.loader.grub.enable = lib.mkForce true; boot.loader.grub.device = "/dev/vda"; boot.loader.grub.efiSupport = lib.mkForce false;