From 84def1a37ba3c9668f628b63cee63d45f7707a4d Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 21:36:20 +0100 Subject: [PATCH] I ***REALLY*** really need fucking glasses, am blind apparently. --- 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 fe1389b..2e27ebf 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.efiSupport = lib.mkForce false; # Bootloader - GRUB for Legacy BIOS boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.grub = {