From 8ce0cfaff23045a3d1a93f5419b7a9f7f5e51df2 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 21:35:27 +0100 Subject: [PATCH] Remove redundant bootloader device configuration - I really need fucking glasses, am blind apparently. --- nix-system-configs/modules/bootloader/seabios.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix-system-configs/modules/bootloader/seabios.nix b/nix-system-configs/modules/bootloader/seabios.nix index 3babfe3..fe1389b 100644 --- a/nix-system-configs/modules/bootloader/seabios.nix +++ b/nix-system-configs/modules/bootloader/seabios.nix @@ -5,9 +5,7 @@ ... }: { # SeaBIOS / legacy BIOS bootloader settings for VMs - boot.loader.grub.device = "/dev/vda"; boot.loader.grub.efiSupport = lib.mkForce false; - # Bootloader - GRUB for Legacy BIOS boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.grub = {